diff options
author | moparisthebest <admin@moparisthebest.com> | 2017-04-19 00:31:23 -0400 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-01-25 22:14:39 +0100 |
commit | e178fbd40a896f2098278ae61e1166c88e7b31d0 (patch) | |
tree | c6cd43cc1d41283994426dd2950b20cf57aaf77d /tests/runtests.pl | |
parent | e25025b9f8f7f2cb37e584ed5c7b7a53f1392142 (diff) | |
download | curl-e178fbd40a896f2098278ae61e1166c88e7b31d0.tar.gz |
SChannel/WinSSL: Implement public key pinning
Closes #1429
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 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) { |