]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/eap.h
Use autoconf/automake to configure and make ppp
[ppp.git] / pppd / eap.h
index f72fe61bcbfe1c3d30379a42817d67e6b6530130..956b2ea895c850ab3667c20d955742a3db6a3809 100644 (file)
@@ -20,6 +20,8 @@
  * $Id: eap.h,v 1.2 2003/06/11 23:56:26 paulus Exp $
  */
 
+#include "pppdconf.h"
+
 #ifndef PPP_EAP_H
 #define        PPP_EAP_H
 
@@ -146,6 +148,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 */