From: Timo Sirainen Date: Wed, 25 Mar 2009 18:12:33 +0000 (-0400) Subject: dovecotpw: Use CRAM-MD5 instead of HMAC-MD5 as the default. X-Git-Tag: 1.2.beta4~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0f7c86a6c931cd00d5dd194f695dceb22a73cc08;p=thirdparty%2Fdovecot%2Fcore.git dovecotpw: Use CRAM-MD5 instead of HMAC-MD5 as the default. --HG-- branch : HEAD --- diff --git a/src/util/dovecotpw.c b/src/util/dovecotpw.c index 4a61b98770..cc9cc5e533 100644 --- a/src/util/dovecotpw.c +++ b/src/util/dovecotpw.c @@ -16,7 +16,7 @@ # include #endif -#define DEFAULT_SCHEME "HMAC-MD5" +#define DEFAULT_SCHEME "CRAM-MD5" static void ATTR_NORETURN usage(const char *s)