diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-03-04 14:50:11 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-03-05 07:57:45 +0100 |
commit | 52d302ed64822347de132e50027aaa35f23b145b (patch) | |
tree | 94e014c4fbadc86ff21e590860c4d57da73ef905 /tests/runtests.pl | |
parent | 30f7360025010e237462ca1a697c8e55b4a73c92 (diff) | |
download | curl-52d302ed64822347de132e50027aaa35f23b145b.tar.gz |
polarssl: remove more references and mentions
Assisted-by: Jay Satiro
Follow-up to 6357a19ff29dac04
Closes #5036
Diffstat (limited to 'tests/runtests.pl')
-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; |