summaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
authormoparisthebest <admin@moparisthebest.com>2017-04-19 00:31:23 -0400
committerDaniel Stenberg <daniel@haxx.se>2018-01-25 22:14:39 +0100
commite178fbd40a896f2098278ae61e1166c88e7b31d0 (patch)
treec6cd43cc1d41283994426dd2950b20cf57aaf77d /tests/runtests.pl
parente25025b9f8f7f2cb37e584ed5c7b7a53f1392142 (diff)
downloadcurl-e178fbd40a896f2098278ae61e1166c88e7b31d0.tar.gz
SChannel/WinSSL: Implement public key pinning
Closes #1429
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 d68c20f19..d6aa5cac6 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -2772,6 +2772,7 @@ sub checksystem {
}
if ($libcurl =~ /winssl/i) {
$has_winssl=1;
+ $has_sslpinning=1;
$ssllib="WinSSL";
}
elsif ($libcurl =~ /openssl/i) {