Loading tests/runtests.pl +5 −0 Original line number Diff line number Diff line Loading @@ -251,6 +251,7 @@ my $has_darwinssl; # built with DarwinSSL (Secure Transport) my $has_boringssl; # built with BoringSSL my $has_libressl; # built with libressl my $has_mbedtls; # built with mbedTLS my $has_mesalink; # built with MesaLink my $has_sslpinning; # built with a TLS backend that supports pinning Loading Loading @@ -2747,6 +2748,10 @@ sub checksystem { $has_cares=1; $resolver="c-ares"; } if ($libcurl =~ /mesalink/i) { $has_mesalink=1; $ssllib="MesaLink"; } } elsif($_ =~ /^Protocols: (.*)/i) { # these are the protocols compiled in to this libcurl Loading Loading
tests/runtests.pl +5 −0 Original line number Diff line number Diff line Loading @@ -251,6 +251,7 @@ my $has_darwinssl; # built with DarwinSSL (Secure Transport) my $has_boringssl; # built with BoringSSL my $has_libressl; # built with libressl my $has_mbedtls; # built with mbedTLS my $has_mesalink; # built with MesaLink my $has_sslpinning; # built with a TLS backend that supports pinning Loading Loading @@ -2747,6 +2748,10 @@ sub checksystem { $has_cares=1; $resolver="c-ares"; } if ($libcurl =~ /mesalink/i) { $has_mesalink=1; $ssllib="MesaLink"; } } elsif($_ =~ /^Protocols: (.*)/i) { # these are the protocols compiled in to this libcurl Loading