Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 248738 | Differences between
and this patch

Collapse All | Expand All

(-)cyrus-sasl-2.1.22.orig/plugins/digestmd5.c (-7 / +11 lines)
Lines 2715-2724 static sasl_server_plug_t digestmd5_serv Link Here
2715
       "DIGEST-MD5",                   /* mech_name */
2715
       "DIGEST-MD5",                   /* mech_name */
2716
#ifdef WITH_RC4
2716
#ifdef WITH_RC4
2717
       128,                            /* max_ssf */
2717
       128,                            /* max_ssf */
2718
#elif WITH_DES
2718
#else
2719
       112,
2719
       #ifdef WITH_DES
2720
#else 
2720
               112,
2721
       1,
2721
       #else 
2722
               1,
2723
       #endif
2722
#endif
2724
#endif
2723
       SASL_SEC_NOPLAINTEXT
2725
       SASL_SEC_NOPLAINTEXT
2724
       | SASL_SEC_NOANONYMOUS
2726
       | SASL_SEC_NOANONYMOUS
Lines 4034-4043 static sasl_client_plug_t digestmd5_clie Link Here
4034
       "DIGEST-MD5",
4036
       "DIGEST-MD5",
4035
#ifdef WITH_RC4                                /* mech_name */
4037
#ifdef WITH_RC4                                /* mech_name */
4036
       128,                            /* max ssf */
4038
       128,                            /* max ssf */
4037
#elif WITH_DES
4038
       112,
4039
#else
4039
#else
4040
       1,
4040
       #ifdef WITH_DES
4041
               112,
4042
       #else
4043
               1,
4044
       #endif
4041
#endif
4045
#endif
4042
       SASL_SEC_NOPLAINTEXT
4046
       SASL_SEC_NOPLAINTEXT
4043
       | SASL_SEC_NOANONYMOUS
4047
       | SASL_SEC_NOANONYMOUS

Return to bug 248738