From 2c0ecac9d3a22bf329cb50f884835c3f8b167cf3 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Wed, 4 Dec 2013 20:10:33 +0000 Subject: imap/pop3: Post graceful cancellation consistency changes --- lib/imap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/imap.c') diff --git a/lib/imap.c b/lib/imap.c index 60e7489df..0e558ae1a 100644 --- a/lib/imap.c +++ b/lib/imap.c @@ -584,8 +584,8 @@ static CURLcode imap_perform_authenticate(struct connectdata *conn) return result; } - /* Calculate the supported authentication mechanism by decreasing order of - security */ + /* Calculate the supported authentication mechanism, by decreasing order of + security, as well as the initial response where appropriate */ #ifndef CURL_DISABLE_CRYPTO_AUTH if((imapc->authmechs & SASL_MECH_DIGEST_MD5) && (imapc->prefmech & SASL_MECH_DIGEST_MD5)) { -- cgit v1.2.3