]> granicus.if.org Git - curl/commit
smtp: Moved auth-mechanism constants into a separate header file
authorSteve Holme <steve_holme@hotmail.com>
Fri, 25 May 2012 20:49:25 +0000 (21:49 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Fri, 25 May 2012 20:49:25 +0000 (21:49 +0100)
commit978b808f7d636aa2540a351fc776287b49dcaa8a
treec58a549a51d92236e08ec49059dcdfe061eab48a
parent74be99357669da26900ae23b5005ddeabb91b453
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/Makefile.inc
lib/curl_sasl.h [new file with mode: 0644]
lib/smtp.c
lib/smtp.h