]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
runtests: drop recognizing 'winssl' as Schannel
authorViktor Szakats <commit@vsz.me>
Tue, 25 Feb 2025 01:50:40 +0000 (02:50 +0100)
committerViktor Szakats <commit@vsz.me>
Tue, 25 Feb 2025 11:59:10 +0000 (12:59 +0100)
Follow-up to 180501cb0220c8451a38dc8ae04b6c58743025a8 #3504
Closes #16467

.github/scripts/spellcheck.words
tests/CI.md
tests/runtests.pl

index 728ba8d3f40ecfe032ef01bd533e95927c9a6bb8..26896719dcf3792214df6d06c6aa70eabbc4f448 100644 (file)
@@ -950,7 +950,6 @@ winbuild
 WinIDN
 WinLDAP
 winsock
-winssl
 Wireshark
 wolfSSH
 wolfSSL
index 429bf264e0bc72359d0452c60719c6f4b63c8f11..e126ab4c327e77176bc81c1488a40ed4ee0b6938 100644 (file)
@@ -36,7 +36,7 @@ Consider the following table while looking at pull request failures:
  | FreeBSD FreeBSD: ...                | stable | all errors and failures    |
  | LGTM analysis: Python               | stable | new findings               |
  | LGTM analysis:  C/C++               | stable | new findings               |
- | buildbot/curl_winssl_ ...           | stable | all errors and failures    |
+ | buildbot/curl_Schannel_ ...         | stable | all errors and failures    |
  | AppVeyor                            | flaky  | all errors and failures    |
  | curl.curl (linux ...)               | stable | all errors and failures    |
  | curl.curl (windows ...)             | flaky  | repetitive errors/failures |
index 92a3a9e3abad3ae92812a362f45fefb96390b70b..a45d12f084cb18bc52dfe0a9175763a8ef81844e 100755 (executable)
@@ -543,7 +543,7 @@ sub checksystemfeatures {
                 $pwd = sys_native_current_path();
                 $feature{"win32"} = 1;
             }
-            if ($libcurl =~ /\s(winssl|schannel)\b/i) {
+            if ($libcurl =~ /\sschannel\b/i) {
                 $feature{"Schannel"} = 1;
                 $feature{"SSLpinning"} = 1;
             }