From b47c17d67c9b5c9e985375b090f0140bf43cb146 Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Wed, 25 Mar 2015 13:48:41 +0100 Subject: nss: implement public key pinning for NSS backend Bug: https://bugzilla.redhat.com/1195771 --- tests/runtests.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/runtests.pl b/tests/runtests.pl index ef9d3c8d4..b64c42373 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -2346,6 +2346,7 @@ sub checksystem { } elsif ($libcurl =~ /nss/i) { $has_nss=1; + $has_sslpinning=1; $ssllib="NSS"; } elsif ($libcurl =~ /(yassl|wolfssl)/i) { -- cgit v1.2.3