summaryrefslogtreecommitdiff
path: root/lib/smtp.h
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2011-02-16 22:28:01 +0100
committerDaniel Stenberg <daniel@haxx.se>2011-03-15 20:10:02 +0100
commit521e88e0094fc6339e33f0a158397da06926dac0 (patch)
tree9b492b131aeed3e8b6f8535e0783ef03f255537e /lib/smtp.h
parent88e825de86b8ac95ac72c2b6b0131dded35de5f0 (diff)
downloadcurl-521e88e0094fc6339e33f0a158397da06926dac0.tar.gz
SMTP-multi: non-blocking connect
Use Curl_ssl_connect_nonblocking() when upgrading the connection to TLS/SSL while using the multi interface.
Diffstat (limited to 'lib/smtp.h')
-rw-r--r--lib/smtp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/smtp.h b/lib/smtp.h
index e9050f868..0f527142c 100644
--- a/lib/smtp.h
+++ b/lib/smtp.h
@@ -34,6 +34,7 @@ typedef enum {
SMTP_EHLO,
SMTP_HELO,
SMTP_STARTTLS,
+ SMTP_UPGRADETLS, /* asynchronously upgrade the connection to SSL/TLS (multi mode only) */
SMTP_AUTHPLAIN,
SMTP_AUTHLOGIN,
SMTP_AUTHPASSWD,