aboutsummaryrefslogtreecommitdiff
path: root/lib/smtp.c
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2012-05-25 21:49:25 +0100
committerSteve Holme <steve_holme@hotmail.com>2012-05-25 21:49:25 +0100
commit978b808f7d636aa2540a351fc776287b49dcaa8a (patch)
treec58a549a51d92236e08ec49059dcdfe061eab48a /lib/smtp.c
parent74be99357669da26900ae23b5005ddeabb91b453 (diff)
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.
Diffstat (limited to 'lib/smtp.c')
-rw-r--r--lib/smtp.c1
1 files changed, 1 insertions, 0 deletions
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 */