]> granicus.if.org Git - curl/commit
email: Moved starttls code in separate functions
authorSteve Holme <steve_holme@hotmail.com>
Wed, 6 Feb 2013 20:02:36 +0000 (20:02 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Wed, 6 Feb 2013 20:02:36 +0000 (20:02 +0000)
commitde0410fe9a6f8d5d24a90c12b0e7a335ad6a26b9
treeb862341116c7a30a14a03715a064baba5f5eb7bc
parent12dbb8aedc67c1e0df35964f8c151e487fc78f7f
email: Moved starttls code in separate functions

To help maintain the readability of the code in imap.c, pop3.c and
smtp.c moved the starttls code into state_starttls() functions.
lib/imap.c
lib/pop3.c
lib/smtp.c