diff --git a/tests/runtests.pl b/tests/runtests.pl index 00c5427874..92a3a9e3ab 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -569,7 +569,7 @@ sub checksystemfeatures { $feature{"sectransp"} = 1; $feature{"SSLpinning"} = 1; } - elsif ($libcurl =~ /\sBoringSSL\b/i) { + elsif ($libcurl =~ /\s(BoringSSL|AWS-LC)\b/i) { # OpenSSL compatible API $feature{"OpenSSL"} = 1; $feature{"SSLpinning"} = 1;