Unverified Commit dd8151d0 authored by Yiming Jing's avatar Yiming Jing Committed by Daniel Stenberg
Browse files

runtests.pl: run tests against the MesaLink vtls backend

parent 57348eb9
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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