From 33623d7196dd95bfeeb2b4008911459aa165d876 Mon Sep 17 00:00:00 2001 From: moparisthebest Date: Thu, 21 Apr 2016 21:21:45 -0400 Subject: PolarSSL: Implement public key pinning --- tests/runtests.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/runtests.pl') 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) { -- cgit v1.2.3