From 54faab69cbdabe51bab1bdee0a9c69e423178084 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 27 Aug 2012 14:50:53 +0200 Subject: curl.h: fix comment to refer to current names CURLOPT_USE_SSL should be set to CURLUSESSL_* and nothing else in modern libcurl versions. --- include/curl/curl.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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), -- cgit v1.2.3