PPP, CCP, added missing defines from linux/ppp-comp.h to ccp.h

This commit is contained in:
Sylvain Rochet
2015-03-27 00:10:20 +01:00
parent 0810384555
commit dcde1c2a8f
3 changed files with 78 additions and 2 deletions

View File

@@ -38,7 +38,6 @@
#include "netif/ppp/fsm.h"
#include "netif/ppp/ccp.h"
#include <net/ppp-comp.h>
#if MPPE_SUPPORT
#include "netif/ppp/chap_ms.h" /* mppe_xxxx_key, mppe_keys_set */

View File

@@ -152,7 +152,6 @@ static char *mschap2_peer_challenge = NULL;
#include "netif/ppp/fsm.h" /* Need to poke MPPE options */
#include "netif/ppp/ccp.h"
#include <net/ppp-comp.h>
#endif /* MPPE_SUPPORT */
#if PPP_OPTIONS