From dd8151d016acecb8e8c2c91ab4811e517dea5bc4 Mon Sep 17 00:00:00 2001 From: Yiming Jing Date: Mon, 10 Sep 2018 13:11:23 -0700 Subject: runtests.pl: run tests against the MesaLink vtls backend --- tests/runtests.pl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/runtests.pl b/tests/runtests.pl index de0fd8587..7258fdf31 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 -- cgit v1.2.1