aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorGilles Vollant <info@winimage.com>2020-05-19 22:45:37 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-05-23 23:19:13 +0200
commit7f40633422df36b50e752749fb8795cac3e99e37 (patch)
treeeb1c15371bef2222ead74a52770c577edd0a7b93 /lib/urldata.h
parent006d2991bd8dd08e8bdc6f186ef242451ace0c0f (diff)
setopt: add CURLOPT_PROXY_ISSUERCERT(_BLOB) for coherency
Closes #5431
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 9b4ce5f5b..9c50c261f 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -1589,6 +1589,7 @@ enum dupblob {
BLOB_KEY_ORIG,
BLOB_KEY_PROXY,
BLOB_SSL_ISSUERCERT_ORIG,
+ BLOB_SSL_ISSUERCERT_PROXY,
BLOB_LAST
};