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 (-2 / +2 lines)
Lines 2715-2721 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
#elif defined(WITH_DES)
2719
	112,
2719
	112,
2720
#else 
2720
#else 
2721
	1,
2721
	1,
Lines 4034-4040 static sasl_client_plug_t digestmd5_clie Link Here
4034
	"DIGEST-MD5",
4034
	"DIGEST-MD5",
4035
#ifdef WITH_RC4				/* mech_name */
4035
#ifdef WITH_RC4				/* mech_name */
4036
	128,				/* max ssf */
4036
	128,				/* max ssf */
4037
#elif WITH_DES
4037
#elif defined(WITH_DES)
4038
	112,
4038
	112,
4039
#else
4039
#else
4040
	1,
4040
	1,

Return to bug 248738