From 88e825de86b8ac95ac72c2b6b0131dded35de5f0 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Wed, 16 Feb 2011 22:13:10 +0100 Subject: SMTP in multi mode: use Curl_ssl_connect_nonblocking() when connecting. --- lib/smtp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/smtp.h') diff --git a/lib/smtp.h b/lib/smtp.h index 417fd52e5..e9050f868 100644 --- a/lib/smtp.h +++ b/lib/smtp.h @@ -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. */ -- cgit v1.2.3