From 0cd8c287a46420768a5b11406638316f859a4873 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Fri, 8 Jun 2012 19:52:28 +0100 Subject: sasl: Re-factored mechanism constants in preparation for APOP work --- lib/smtp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/smtp.h') 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 */ -- cgit v1.2.3