1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

runtests.pl: run tests against the MesaLink vtls backend

This commit is contained in:
Yiming Jing 2018-09-10 13:11:23 -07:00 committed by Daniel Stenberg
parent 57348eb97d
commit dd8151d016
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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
@ -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