X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fchap_ms.h;h=040d80adbeab088477df6239746979e7b937e622;hb=356d8d558d844412119aa18c8e5a113bc6459c7b;hp=57e2929373695159be2baa1622f1675b75081fbf;hpb=6bd2208f408588cab66a4da26ebee1159840db81;p=ppp.git diff --git a/pppd/chap_ms.h b/pppd/chap_ms.h index 57e2929..040d80a 100644 --- a/pppd/chap_ms.h +++ b/pppd/chap_ms.h @@ -68,7 +68,7 @@ #define MS_CHAP2_FLAGS 48 #ifdef MPPE -#include /* MPPE_MAX_KEY_LEN */ +#include "mppe.h" /* MPPE_MAX_KEY_LEN */ extern u_char mppe_send_key[MPPE_MAX_KEY_LEN]; extern u_char mppe_recv_key[MPPE_MAX_KEY_LEN]; extern int mppe_keys_set;