rename ftp_ssl: the struct field is used for many protocols
authorDaniel Stenberg <daniel@haxx.se>
Thu, 3 Nov 2011 08:54:12 +0000 (09:54 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 3 Nov 2011 08:54:12 +0000 (09:54 +0100)
commit93e57d0628aad62330dc62ff809752a0478824c4
treea88c9f4bbedff4c059c6eb837f7abb8582428fbf
parenta873b95c21700e8e75db7e62b5ac5ef8fc8c9b03
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.
lib/ftp.c
lib/imap.c
lib/pop3.c
lib/smtp.c
lib/url.c
lib/urldata.h