aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2011-11-03 09:54:12 +0100
committerDaniel Stenberg <daniel@haxx.se>2011-11-03 09:54:12 +0100
commit93e57d0628aad62330dc62ff809752a0478824c4 (patch)
treea88c9f4bbedff4c059c6eb837f7abb8582428fbf /lib/urldata.h
parenta873b95c21700e8e75db7e62b5ac5ef8fc8c9b03 (diff)
rename ftp_ssl: the struct field is used for many protocols
Now called 'use_ssl' instead, which better matches the current CURLOPT name and since the option is used for all pingpong protocols (at least) it makes sense to not use 'ftp' in the name.
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 5b3dc059e..3e7db2525 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -1493,7 +1493,7 @@ struct UserDefined {
bool ftp_use_eprt; /* if EPRT is to be attempted or not */
bool ftp_use_pret; /* if PRET is to be used before PASV or not */
- curl_usessl ftp_ssl; /* if AUTH TLS is to be attempted etc, for FTP or
+ curl_usessl use_ssl; /* if AUTH TLS is to be attempted etc, for FTP or
IMAP or POP3 or others! */
curl_ftpauth ftpsslauth; /* what AUTH XXX to be attempted */
curl_ftpccc ftp_ccc; /* FTP CCC options */