summaryrefslogtreecommitdiffstats
path: root/crypto/cyrus-sasl/gcc44.diff
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/cyrus-sasl/gcc44.diff')
-rw-r--r--crypto/cyrus-sasl/gcc44.diff20
1 files changed, 20 insertions, 0 deletions
diff --git a/crypto/cyrus-sasl/gcc44.diff b/crypto/cyrus-sasl/gcc44.diff
new file mode 100644
index 0000000000..9f3fb531db
--- /dev/null
+++ b/crypto/cyrus-sasl/gcc44.diff
@@ -0,0 +1,20 @@
+--- plugins/digestmd5.c 2006-05-17 18:46:17.000000000 +0200
++++ plugins/digestmd5.c.cp 2009-04-07 16:20:31.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,