From e178fbd40a896f2098278ae61e1166c88e7b31d0 Mon Sep 17 00:00:00 2001 From: moparisthebest Date: Wed, 19 Apr 2017 00:31:23 -0400 Subject: SChannel/WinSSL: Implement public key pinning Closes #1429 --- tests/runtests.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') 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) { -- cgit v1.2.3