X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=cyrus-sasl-gcc4.patch;h=eb91307e44e2ad8824e03fac275725eb1b41e3fb;hb=ee122974694b3a87276e8238da5e726c8e165d18;hp=74b6481803fcdef697b0c5d75c840d93f1553648;hpb=5a2e5f04bd6cc840126485b7b73c33b47f5adc8c;p=packages%2Fcyrus-sasl.git diff --git a/cyrus-sasl-gcc4.patch b/cyrus-sasl-gcc4.patch index 74b6481..eb91307 100644 --- a/cyrus-sasl-gcc4.patch +++ b/cyrus-sasl-gcc4.patch @@ -25,3 +25,23 @@ if (dump_stat_info == 0 && dump_user_info == 0) dump_stat_info = 1; +--- cyrus-sasl-2.1.22/plugins/digestmd5.c.orig 2009-07-02 15:21:59.000000000 +0200 ++++ cyrus-sasl-2.1.22/plugins/digestmd5.c 2009-07-02 15:25:38.190152725 +0200 +@@ -2743,7 +2743,7 @@ + "DIGEST-MD5", /* mech_name */ + #ifdef WITH_RC4 + 128, /* max_ssf */ +-#elif WITH_DES ++#elif defined(WITH_DES) + 112, + #else + 1, +@@ -4071,7 +4071,7 @@ + "DIGEST-MD5", + #ifdef WITH_RC4 /* mech_name */ + 128, /* max ssf */ +-#elif WITH_DES ++#elif defined(WITH_DES) + 112, + #else + 1,