diff --git a/tests/runtests.pl b/tests/runtests.pl index 07802ad376..60482743d6 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -576,6 +576,11 @@ sub checksystemfeatures { $feature{"OpenSSL"} = 1; $feature{"SSLpinning"} = 1; } + elsif ($libcurl =~ /\squictls\b/i) { + # OpenSSL compatible API + $feature{"OpenSSL"} = 1; + $feature{"SSLpinning"} = 1; + } elsif ($libcurl =~ /\smbedTLS\b/i) { $feature{"mbedtls"} = 1; $feature{"SSLpinning"} = 1;