]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
dovecotpw: Use CRAM-MD5 instead of HMAC-MD5 as the default.
authorTimo Sirainen <tss@iki.fi>
Wed, 25 Mar 2009 18:12:33 +0000 (14:12 -0400)
committerTimo Sirainen <tss@iki.fi>
Wed, 25 Mar 2009 18:12:33 +0000 (14:12 -0400)
--HG--
branch : HEAD

src/util/dovecotpw.c

index 4a61b987702699ef3a6731f4b6db52221e66caae..cc9cc5e53359dc963f6991786dfe98378672a77b 100644 (file)
@@ -16,7 +16,7 @@
 #  include <libgen.h>
 #endif
 
-#define DEFAULT_SCHEME "HMAC-MD5"
+#define DEFAULT_SCHEME "CRAM-MD5"
 
 static void ATTR_NORETURN
 usage(const char *s)