Loading tests/runtests.pl +4 −4 Original line number Diff line number Diff line Loading @@ -2257,6 +2257,10 @@ sub checksystem { # through a shell. chomp($pwd = `cygpath -m $pwd`); } if ($libcurl =~ /winssl/i) { $has_winssl=1; $ssllib="WinSSL"; } elsif ($libcurl =~ /openssl/i) { $has_openssl=1; $ssllib="OpenSSL"; Loading @@ -2281,10 +2285,6 @@ sub checksystem { $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 Loading Loading
tests/runtests.pl +4 −4 Original line number Diff line number Diff line Loading @@ -2257,6 +2257,10 @@ sub checksystem { # through a shell. chomp($pwd = `cygpath -m $pwd`); } if ($libcurl =~ /winssl/i) { $has_winssl=1; $ssllib="WinSSL"; } elsif ($libcurl =~ /openssl/i) { $has_openssl=1; $ssllib="OpenSSL"; Loading @@ -2281,10 +2285,6 @@ sub checksystem { $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 Loading