From 0f7c86a6c931cd00d5dd194f695dceb22a73cc08 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Wed, 25 Mar 2009 14:12:33 -0400 Subject: [PATCH] dovecotpw: Use CRAM-MD5 instead of HMAC-MD5 as the default. --HG-- branch : HEAD --- src/util/dovecotpw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.3