summaryrefslogtreecommitdiff
path: root/lib/vtls/gskit.c
diff options
context:
space:
mode:
authormoparisthebest <admin@moparisthebest.com>2018-01-25 16:47:49 -0500
committerDaniel Stenberg <daniel@haxx.se>2018-01-25 23:16:14 +0100
commit5c497343d9e13915733792597fe18e4b361fc961 (patch)
tree969d16c745b8b7aab753475f14a2c83f5d3528bf /lib/vtls/gskit.c
parentf8475c69410dc401974ffe54691c1f44b0577141 (diff)
downloadgnurl-5c497343d9e13915733792597fe18e4b361fc961.tar.gz
gnurl-5c497343d9e13915733792597fe18e4b361fc961.tar.bz2
gnurl-5c497343d9e13915733792597fe18e4b361fc961.zip
GSKit: restore pinnedpubkey functionality
inadvertently removed in 283babfaf8d8f3bab9d3c63cea94eb0b84e79c37 Closes #2263
Diffstat (limited to 'lib/vtls/gskit.c')
-rw-r--r--lib/vtls/gskit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vtls/gskit.c b/lib/vtls/gskit.c
index 8f0cc0bb8..afc90a859 100644
--- a/lib/vtls/gskit.c
+++ b/lib/vtls/gskit.c
@@ -1355,7 +1355,7 @@ const struct Curl_ssl Curl_ssl_gskit = {
0, /* have_ca_path */
1, /* have_certinfo */
- 0, /* have_pinnedpubkey */
+ 1, /* have_pinnedpubkey */
0, /* have_ssl_ctx */
/* TODO: convert to 1 and fix test #1014 (if need) */
0, /* support_https_proxy */