cyrus-sasl/cyrus-sasl-2.1.23-gcc44.patch

22 lines
568 B
Diff
Raw Permalink Normal View History

diff -Nru cyrus-sasl-2.1.23.orig/plugins/digestmd5.c cyrus-sasl-2.1.23/plugins/digestmd5.c
--- cyrus-sasl-2.1.23.orig/plugins/digestmd5.c 2009-04-28 17:09:17.000000000 +0200
+++ cyrus-sasl-2.1.23/plugins/digestmd5.c 2009-06-10 13:06:09.000000000 +0200
@@ -2715,7 +2715,7 @@
"DIGEST-MD5", /* mech_name */
#ifdef WITH_RC4
128, /* max_ssf */
-#elif WITH_DES
+#elif defined(WITH_DES)
112,
#else
1,
@@ -4034,7 +4034,7 @@
"DIGEST-MD5",
#ifdef WITH_RC4 /* mech_name */
128, /* max ssf */
-#elif WITH_DES
+#elif defined(WITH_DES)
112,
#else
1,