mirror of
https://github.com/moparisthebest/curl
synced 2025-03-01 01:41:50 -05:00
curl.h: fix comment to refer to current names
CURLOPT_USE_SSL should be set to CURLUSESSL_* and nothing else in modern libcurl versions.
This commit is contained in:
parent
8136649e9d
commit
54faab69cb
@ -1223,9 +1223,9 @@ typedef enum {
|
|||||||
CINIT(NETRC_FILE, OBJECTPOINT, 118),
|
CINIT(NETRC_FILE, OBJECTPOINT, 118),
|
||||||
|
|
||||||
/* Enable SSL/TLS for FTP, pick one of:
|
/* Enable SSL/TLS for FTP, pick one of:
|
||||||
CURLFTPSSL_TRY - try using SSL, proceed anyway otherwise
|
CURLUSESSL_TRY - try using SSL, proceed anyway otherwise
|
||||||
CURLFTPSSL_CONTROL - SSL for the control connection or fail
|
CURLUSESSL_CONTROL - SSL for the control connection or fail
|
||||||
CURLFTPSSL_ALL - SSL for all communication or fail
|
CURLUSESSL_ALL - SSL for all communication or fail
|
||||||
*/
|
*/
|
||||||
CINIT(USE_SSL, LONG, 119),
|
CINIT(USE_SSL, LONG, 119),
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user