X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fchap_ms.h;h=040d80adbeab088477df6239746979e7b937e622;hp=57e2929373695159be2baa1622f1675b75081fbf;hb=d98ab3805c818bfb58e20ee18e6488a851c1a90d;hpb=6bd2208f408588cab66a4da26ebee1159840db81 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;