mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
fix duplicates
This commit is contained in:
parent
b60e0fa97e
commit
979a1e6237
@ -736,14 +736,14 @@ typedef enum {
|
|||||||
to parse (using the CURLOPT_NETRC option). If not set, libcurl will do
|
to parse (using the CURLOPT_NETRC option). If not set, libcurl will do
|
||||||
a poor attempt to find the user's home directory and check for a .netrc
|
a poor attempt to find the user's home directory and check for a .netrc
|
||||||
file in there. */
|
file in there. */
|
||||||
CINIT(NETRC_FILE, OBJECTPOINT, 115),
|
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
|
CURLFTPSSL_TRY - try using SSL, proceed anyway otherwise
|
||||||
CURLFTPSSL_CONTROL - SSL for the control connection or fail
|
CURLFTPSSL_CONTROL - SSL for the control connection or fail
|
||||||
CURLFTPSSL_ALL - SSL for all communication or fail
|
CURLFTPSSL_ALL - SSL for all communication or fail
|
||||||
*/
|
*/
|
||||||
CINIT(FTP_SSL, LONG, 116),
|
CINIT(FTP_SSL, LONG, 119),
|
||||||
|
|
||||||
CURLOPT_LASTENTRY /* the last unused */
|
CURLOPT_LASTENTRY /* the last unused */
|
||||||
} CURLoption;
|
} CURLoption;
|
||||||
|
Loading…
Reference in New Issue
Block a user