]> git.pld-linux.org Git - packages/cyrus-sasl.git/commitdiff
- new gcc doesn't like more things
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 2 Jul 2009 13:27:05 +0000 (13:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cyrus-sasl-gcc4.patch -> 1.3

cyrus-sasl-gcc4.patch

index 74b6481803fcdef697b0c5d75c840d93f1553648..eb91307e44e2ad8824e03fac275725eb1b41e3fb 100644 (file)
  
        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,
This page took 0.114471 seconds and 4 git commands to generate.