CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libcap: fixed AR and RANLIB usage
[attic/ports/opt-cross.git] / cyrus-sasl / cyrus-sasl-2.1.23-gcc44.patch
CommitLineData
579ae43e
JB
1--- plugins/digestmd5.c~ 2008-11-08 18:28:21.000000000 +0000
2+++ plugins/digestmd5.c 2008-11-08 18:28:50.000000000 +0000
3@@ -2715,7 +2715,7 @@
4 "DIGEST-MD5", /* mech_name */
5 #ifdef WITH_RC4
6 128, /* max_ssf */
7-#elif WITH_DES
8+#elif defined(WITH_DES)
9 112,
10 #else
11 1,
12@@ -4034,7 +4034,7 @@
13 "DIGEST-MD5",
14 #ifdef WITH_RC4 /* mech_name */
15 128, /* max ssf */
16-#elif WITH_DES
17+#elif defined(WITH_DES)
18 112,
19 #else
20 1,