mirror of
https://github.com/curl/curl.git
synced 2026-08-26 02:03:32 +03:00
polarssl: remove more references and mentions
Assisted-by: Jay Satiro
Follow-up to 6357a19ff2
Closes #5036
This commit is contained in:
parent
30f7360025
commit
52d302ed64
11 changed files with 19 additions and 42 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue