mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-02-21 09:39:58 +00:00
PPP, MPPE, MPPE also requires MSCHAP support (therefore CHAP support as well)
This commit is contained in:
parent
3450a78992
commit
74670ec07f
@ -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 */
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user