PPP, MPPE, MPPE also requires MSCHAP support (therefore CHAP support as well)

This commit is contained in:
Sylvain Rochet 2015-04-19 17:06:23 +02:00
parent 3450a78992
commit 74670ec07f

View File

@ -2068,7 +2068,11 @@
#endif
#if MPPE_SUPPORT
#undef CCP_SUPPORT
#define CCP_SUPPORT 1 /* MPPE requires CCP support */
#define CCP_SUPPORT 1 /* MPPE requires CCP support */
#undef MSCHAP_SUPPORT
#define MSCHAP_SUPPORT 1 /* MPPE requires MSCHAP support */
#undef CHAP_SUPPORT
#define CHAP_SUPPORT 1 /* MSCHAP requires CHAP support */
#endif /* MPPE_SUPPORT */
/**