X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Feap.h;h=046eb1cf8436b3c91a77340c7dd25ea0d2f6b819;hp=f72fe61bcbfe1c3d30379a42817d67e6b6530130;hb=14c1a77816e837852138e87a4adccfd66030b2c3;hpb=c3af52231184ade3cf728ec60c9de9e87c2622ad diff --git a/pppd/eap.h b/pppd/eap.h index f72fe61..046eb1c 100644 --- a/pppd/eap.h +++ b/pppd/eap.h @@ -146,6 +146,9 @@ struct eap_auth { enum eap_state_code ea_state; #ifdef USE_EAPTLS enum eap_state_code ea_prev_state; +#endif +#ifdef CHAPMS + struct chap_digest_type *digest; #endif u_char ea_id; /* Current id */ u_char ea_requests; /* Number of Requests sent/received */