diff options
Diffstat (limited to 'tests')
-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 f2b73f69d..0128e4481 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -2358,6 +2358,7 @@ sub checksystem { } elsif ($libcurl =~ /polarssl/i) { $has_polarssl=1; + $has_sslpinning=1; $ssllib="polarssl"; } elsif ($libcurl =~ /axtls/i) { |