aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
authormoparisthebest <admin@moparisthebest.com>2016-04-21 21:21:45 -0400
committerDaniel Stenberg <daniel@haxx.se>2016-04-24 12:27:39 +0200
commit33623d7196dd95bfeeb2b4008911459aa165d876 (patch)
tree0c4411a7dbee612ffbb734cb08feb51f15fb349d /tests/runtests.pl
parent7639a9cfc9d4e9a97ee931c1177a544b4bec8f6f (diff)
downloadgnurl-33623d7196dd95bfeeb2b4008911459aa165d876.tar.gz
gnurl-33623d7196dd95bfeeb2b4008911459aa165d876.tar.bz2
gnurl-33623d7196dd95bfeeb2b4008911459aa165d876.zip
PolarSSL: Implement public key pinning
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-xtests/runtests.pl1
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) {