diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-02-09 23:22:57 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-02-09 23:22:57 +0100 |
commit | 1dcf2447212996f0772f953f38ac5930ba3311b3 (patch) | |
tree | fb9793d6d57040ca2ee9972c24173bbe5150f024 /docs | |
parent | 8fa5409800668ad5305e7517597286014c7708fb (diff) | |
download | curl-1dcf2447212996f0772f953f38ac5930ba3311b3.tar.gz |
CURLOPT_SSL_VERIFYPEER.3: also the https proxy version
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libcurl/opts/CURLOPT_SSL_VERIFYPEER.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLOPT_SSL_VERIFYPEER.3 b/docs/libcurl/opts/CURLOPT_SSL_VERIFYPEER.3 index 5a63481ad..f7ff1b203 100644 --- a/docs/libcurl/opts/CURLOPT_SSL_VERIFYPEER.3 +++ b/docs/libcurl/opts/CURLOPT_SSL_VERIFYPEER.3 @@ -5,7 +5,7 @@ .\" * | (__| |_| | _ <| |___ .\" * \___|\___/|_| \_\_____| .\" * -.\" * Copyright (C) 1998 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al. +.\" * Copyright (C) 1998 - 2017, Daniel Stenberg, <daniel@haxx.se>, et al. .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms @@ -79,3 +79,5 @@ If built TLS enabled. Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not. .SH "SEE ALSO" .BR CURLOPT_SSL_VERIFYHOST "(3), " +.BR CURLOPT_PROXY_SSL_VERIFYPEER "(3), " +.BR CURLOPT_PROXY_SSL_VERIFYHOST "(3), " |