my $has_yassl; # built with yassl
my $has_polarssl;# built with polarssl
my $has_axtls; # built with axTLS
+my $has_winssl; # built with WinSSL (Schannel/SSPI)
my $has_shared = "unknown"; # built shared
$has_axtls=1;
$ssllib="axTLS";
}
+ elsif ($libcurl =~ /winssl/i) {
+ $has_winssl=1;
+ $ssllib="WinSSL";
+ }
}
elsif($_ =~ /^Protocols: (.*)/i) {
# these are the protocols compiled in to this libcurl
next;
}
}
+ elsif($f eq "WinSSL") {
+ if($has_winssl) {
+ next;
+ }
+ }
elsif($f eq "unittest") {
if($debug_build) {
next;