diff options
author | Steve Holme <steve_holme@hotmail.com> | 2015-11-07 22:11:04 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2015-11-07 22:11:04 +0000 |
commit | 007f3e0971931b8bf42d305366d88a9c26604387 (patch) | |
tree | ef75be80ea535212ef138e983bc9fd614a802e97 /docs/libcurl/opts/CURLOPT_SSL_CTX_FUNCTION.3 | |
parent | 23c4090fd37ad46a1183c79fbdf45c45aff545ff (diff) | |
download | curl-007f3e0971931b8bf42d305366d88a9c26604387.tar.gz |
opts: Corrected TLS protocols list to include POP3S rather than POP3
Diffstat (limited to 'docs/libcurl/opts/CURLOPT_SSL_CTX_FUNCTION.3')
-rw-r--r-- | docs/libcurl/opts/CURLOPT_SSL_CTX_FUNCTION.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libcurl/opts/CURLOPT_SSL_CTX_FUNCTION.3 b/docs/libcurl/opts/CURLOPT_SSL_CTX_FUNCTION.3 index e3e017078..0a5533484 100644 --- a/docs/libcurl/opts/CURLOPT_SSL_CTX_FUNCTION.3 +++ b/docs/libcurl/opts/CURLOPT_SSL_CTX_FUNCTION.3 @@ -5,7 +5,7 @@ .\" * | (__| |_| | _ <| |___ .\" * \___|\___/|_| \_\_____| .\" * -.\" * Copyright (C) 1998 - 2014, Daniel Stenberg, <daniel@haxx.se>, et al. +.\" * Copyright (C) 1998 - 2015, 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 @@ -59,7 +59,7 @@ and trust file settings. .SH DEFAULT NULL .SH PROTOCOLS -All TLS based protocols: HTTPS, FTPS, IMAPS, POP3, SMTPS etc. +All TLS based protocols: HTTPS, FTPS, IMAPS, POP3S, SMTPS etc. .SH EXAMPLE TODO .SH AVAILABILITY |