runtests: drop recognizing 'winssl' as Schannel
Follow-up to 180501cb02 #3504
Closes #16467
This commit is contained in:
parent
31fd77fb3b
commit
84332d49fb
1
.github/scripts/spellcheck.words
vendored
1
.github/scripts/spellcheck.words
vendored
@ -950,7 +950,6 @@ winbuild
|
|||||||
WinIDN
|
WinIDN
|
||||||
WinLDAP
|
WinLDAP
|
||||||
winsock
|
winsock
|
||||||
winssl
|
|
||||||
Wireshark
|
Wireshark
|
||||||
wolfSSH
|
wolfSSH
|
||||||
wolfSSL
|
wolfSSL
|
||||||
|
|||||||
@ -36,7 +36,7 @@ Consider the following table while looking at pull request failures:
|
|||||||
| FreeBSD FreeBSD: ... | stable | all errors and failures |
|
| FreeBSD FreeBSD: ... | stable | all errors and failures |
|
||||||
| LGTM analysis: Python | stable | new findings |
|
| LGTM analysis: Python | stable | new findings |
|
||||||
| LGTM analysis: C/C++ | 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 |
|
| AppVeyor | flaky | all errors and failures |
|
||||||
| curl.curl (linux ...) | stable | all errors and failures |
|
| curl.curl (linux ...) | stable | all errors and failures |
|
||||||
| curl.curl (windows ...) | flaky | repetitive errors/failures |
|
| curl.curl (windows ...) | flaky | repetitive errors/failures |
|
||||||
|
|||||||
@ -543,7 +543,7 @@ sub checksystemfeatures {
|
|||||||
$pwd = sys_native_current_path();
|
$pwd = sys_native_current_path();
|
||||||
$feature{"win32"} = 1;
|
$feature{"win32"} = 1;
|
||||||
}
|
}
|
||||||
if ($libcurl =~ /\s(winssl|schannel)\b/i) {
|
if ($libcurl =~ /\sschannel\b/i) {
|
||||||
$feature{"Schannel"} = 1;
|
$feature{"Schannel"} = 1;
|
||||||
$feature{"SSLpinning"} = 1;
|
$feature{"SSLpinning"} = 1;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user