X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fmppe.c;h=da10338e6f9edc9bc5d408f8466b3f270a446b10;hb=ba7f7e053daae846a54a1d08d3d133a5f1266ace;hp=c1bc4d3bf51745601ffaf85eb4e39ae1b8f89148;hpb=76016e1b948b7d9675b4e0750d1f943d96d9523b;p=ppp.git diff --git a/pppd/mppe.c b/pppd/mppe.c index c1bc4d3..da10338 100644 --- a/pppd/mppe.c +++ b/pppd/mppe.c @@ -35,12 +35,12 @@ #include -#include "pppd.h" +#include "pppd-private.h" #include "fsm.h" #include "ccp.h" #include "chap_ms.h" #include "mppe.h" -#include "ppp-crypto.h" +#include "crypto.h" u_char mppe_send_key[MPPE_MAX_KEY_SIZE]; u_char mppe_recv_key[MPPE_MAX_KEY_SIZE];