diff options
author | Gilles Vollant <info@winimage.com> | 2020-05-19 22:45:37 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-05-23 23:19:13 +0200 |
commit | 7f40633422df36b50e752749fb8795cac3e99e37 (patch) | |
tree | eb1c15371bef2222ead74a52770c577edd0a7b93 /docs/libcurl/opts/Makefile.inc | |
parent | 006d2991bd8dd08e8bdc6f186ef242451ace0c0f (diff) | |
download | curl-7f40633422df36b50e752749fb8795cac3e99e37.tar.gz |
setopt: add CURLOPT_PROXY_ISSUERCERT(_BLOB) for coherency
Closes #5431
Diffstat (limited to 'docs/libcurl/opts/Makefile.inc')
-rw-r--r-- | docs/libcurl/opts/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/libcurl/opts/Makefile.inc b/docs/libcurl/opts/Makefile.inc index 21e14fc95..c60b486d1 100644 --- a/docs/libcurl/opts/Makefile.inc +++ b/docs/libcurl/opts/Makefile.inc @@ -258,6 +258,8 @@ man_MANS = \ CURLOPT_PROXY_CAPATH.3 \ CURLOPT_PROXY_CRLFILE.3 \ CURLOPT_PROXY_KEYPASSWD.3 \ + CURLOPT_PROXY_ISSUERCERT.3 \ + CURLOPT_PROXY_ISSUERCERT_BLOB.3 \ CURLOPT_PROXY_PINNEDPUBLICKEY.3 \ CURLOPT_PROXY_SERVICE_NAME.3 \ CURLOPT_PROXY_SSLCERT.3 \ |