diff options
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-x | tests/runtests.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl index b64c42373..65c093c33 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -2351,6 +2351,7 @@ sub checksystem { } elsif ($libcurl =~ /(yassl|wolfssl)/i) { $has_yassl=1; + $has_sslpinning=1; $ssllib="yassl"; } elsif ($libcurl =~ /polarssl/i) { |