diff options
author | moparisthebest <admin@moparisthebest.com> | 2016-04-21 21:21:45 -0400 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-04-24 12:27:39 +0200 |
commit | 33623d7196dd95bfeeb2b4008911459aa165d876 (patch) | |
tree | 0c4411a7dbee612ffbb734cb08feb51f15fb349d /tests | |
parent | 7639a9cfc9d4e9a97ee931c1177a544b4bec8f6f (diff) |
PolarSSL: Implement public key pinning
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) { |