From 978b808f7d636aa2540a351fc776287b49dcaa8a Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Fri, 25 May 2012 21:49:25 +0100 Subject: smtp: Moved auth-mechanism constants into a separate header file Move the SMTP_AUTH constants into a separate header file in preparation for adding SASL based authentication to POP3 as the two protocols will need to share them. --- lib/smtp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/smtp.c') diff --git a/lib/smtp.c b/lib/smtp.c index 5b2d9d38d..ab1afbb96 100644 --- a/lib/smtp.c +++ b/lib/smtp.c @@ -88,6 +88,7 @@ #include "curl_hmac.h" #include "curl_gethostname.h" #include "curl_ntlm_msgs.h" +#include "curl_sasl.h" #include "warnless.h" #define _MPRINTF_REPLACE /* use our functions only */ -- cgit v1.2.3