| 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 |
$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;
}