diff options
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/runtests.pl | 5 | 
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl index 50c868390..827fdec50 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -253,7 +253,6 @@ my $has_openssl;    # built with a lib using an OpenSSL-like API  my $has_gnutls;     # built with GnuTLS  my $has_nss;        # built with NSS  my $has_wolfssl;    # built with wolfSSL -my $has_polarssl;   # built with polarssl  my $has_winssl;     # built with WinSSL    (Secure Channel aka Schannel)  my $has_darwinssl;  # built with DarwinSSL (Secure Transport)  my $has_boringssl;  # built with BoringSSL @@ -2745,10 +2744,6 @@ sub checksystem {                 $has_wolfssl=1;                 $has_sslpinning=1;             } -           elsif ($libcurl =~ /polarssl/i) { -               $has_polarssl=1; -               $has_sslpinning=1; -           }             elsif ($libcurl =~ /securetransport/i) {                 $has_darwinssl=1;                 $has_sslpinning=1;  | 
