SMTP in multi mode: use Curl_ssl_connect_nonblocking() when connecting.

This commit is contained in:
Ben Noordhuis
2011-02-16 22:13:10 +01:00
committed by Daniel Stenberg
parent 14e8b13a45
commit 88e825de86
2 changed files with 11 additions and 3 deletions

View File

@@ -57,6 +57,7 @@ struct smtp_conn {
unsigned int authmechs; /* Accepted authentication methods. */
smtpstate state; /* always use smtp.c:state() to change state! */
struct curl_slist *rcpt;
bool ssldone; /* is connect() over SSL done? only relevant in multi mode */
};
/* Authentication mechanism flags. */