summaryrefslogtreecommitdiff
path: root/lib/smtp.h
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2012-06-08 19:52:28 +0100
committerSteve Holme <steve_holme@hotmail.com>2012-06-08 19:52:28 +0100
commit0cd8c287a46420768a5b11406638316f859a4873 (patch)
tree27c0468f313ba521ec4643e3f2ed829f34bca3a9 /lib/smtp.h
parenteeeba1496cbcac7aaffdd9355270d61582e98d3a (diff)
downloadcurl-0cd8c287a46420768a5b11406638316f859a4873.tar.gz
sasl: Re-factored mechanism constants in preparation for APOP work
Diffstat (limited to 'lib/smtp.h')
-rw-r--r--lib/smtp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/smtp.h b/lib/smtp.h
index 44d009417..5235e2b2b 100644
--- a/lib/smtp.h
+++ b/lib/smtp.h
@@ -60,7 +60,7 @@ struct smtp_conn {
char *domain; /* Client address/name to send in the EHLO */
size_t eob; /* Number of bytes of the EOB (End Of Body) that
have been received so far */
- unsigned int authmechs; /* Accepted authentication methods */
+ unsigned int authmechs; /* Accepted authentication mechanisms */
unsigned int authused; /* Authentication method used for the connection */
smtpstate state; /* Always use smtp.c:state() to change state! */
struct curl_slist *rcpt; /* Recipient list */