From: Daniel Stenberg Date: Mon, 27 Aug 2012 12:50:53 +0000 (+0200) Subject: curl.h: fix comment to refer to current names X-Git-Tag: curl-7_28_0~85 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=54faab69cbdabe51bab1bdee0a9c69e423178084;p=curl curl.h: fix comment to refer to current names CURLOPT_USE_SSL should be set to CURLUSESSL_* and nothing else in modern libcurl versions. --- diff --git a/include/curl/curl.h b/include/curl/curl.h index 200188d91..49b2084c1 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -1223,9 +1223,9 @@ typedef enum { CINIT(NETRC_FILE, OBJECTPOINT, 118), /* Enable SSL/TLS for FTP, pick one of: - CURLFTPSSL_TRY - try using SSL, proceed anyway otherwise - CURLFTPSSL_CONTROL - SSL for the control connection or fail - CURLFTPSSL_ALL - SSL for all communication or fail + CURLUSESSL_TRY - try using SSL, proceed anyway otherwise + CURLUSESSL_CONTROL - SSL for the control connection or fail + CURLUSESSL_ALL - SSL for all communication or fail */ CINIT(USE_SSL, LONG, 119),