From: Yiming Jing Date: Mon, 10 Sep 2018 20:11:23 +0000 (-0700) Subject: runtests.pl: run tests against the MesaLink vtls backend X-Git-Tag: curl-7_62_0~187 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dd8151d016acecb8e8c2c91ab4811e517dea5bc4;p=thirdparty%2Fcurl.git runtests.pl: run tests against the MesaLink vtls backend --- diff --git a/tests/runtests.pl b/tests/runtests.pl index de0fd85875..7258fdf318 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -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