summaryrefslogtreecommitdiff
path: root/pppd/eap.h
diff options
context:
space:
mode:
authorEivind Næss <eivnaes@yahoo.com>2021-08-06 10:06:17 -0700
committerEivind Næss <eivnaes@yahoo.com>2022-07-15 15:25:39 -0700
commite8676075aea6d278f435d5ce83d9b6aa216a1ecb (patch)
tree06bd9f59ff45826629f39f0feaf7b3c836652c8d /pppd/eap.h
parent80b8744eb42c7493794f3e3fe0bf1ce14f53e6dd (diff)
downloadppp-e8676075aea6d278f435d5ce83d9b6aa216a1ecb.tar.gz
Changing defines for CHAPMS, MSLANMAN, MPPE to prefix with PPP_WITH_*
To avoid bleeding over to third party projects. They are all defined and exported by pppdconf.h either way. These projects will stil have a consistent view of how pppd was compiled. Signed-off-by: Eivind Næss <eivnaes@yahoo.com>
Diffstat (limited to 'pppd/eap.h')
-rw-r--r--pppd/eap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pppd/eap.h b/pppd/eap.h
index 5d582bc..5dba3b9 100644
--- a/pppd/eap.h
+++ b/pppd/eap.h
@@ -149,7 +149,7 @@ struct eap_auth {
#ifdef USE_EAPTLS
enum eap_state_code ea_prev_state;
#endif
-#ifdef CHAPMS
+#ifdef PPP_WITH_CHAPMS
struct chap_digest_type *digest;
#endif
u_char ea_id; /* Current id */