curl.h: fix comment to refer to current names
authorDaniel Stenberg <daniel@haxx.se>
Mon, 27 Aug 2012 12:50:53 +0000 (14:50 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 27 Aug 2012 12:50:53 +0000 (14:50 +0200)
CURLOPT_USE_SSL should be set to CURLUSESSL_* and nothing else in modern
libcurl versions.

include/curl/curl.h

index 200188d..49b2084 100644 (file)
@@ -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),