summaryrefslogtreecommitdiff
path: root/pppd/eap.h
diff options
context:
space:
mode:
authorEivind Næss <eivnaes@yahoo.com>2021-10-16 12:28:01 -0700
committerEivind Næss <eivnaes@yahoo.com>2022-07-15 15:25:39 -0700
commit3d40f39afda944dc862001800c0b3696d2f9f181 (patch)
treebb9fe0cd6c37841e3ec79c403d69bd0ccb174c52 /pppd/eap.h
parentc95c6162dd3b5774ee680f9c7df60db217cae161 (diff)
downloadppp-3d40f39afda944dc862001800c0b3696d2f9f181.tar.gz
Changing defines for USE_PEAP to PPP_WITH_PEAP for consistency
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 d45f093..fbc7201 100644
--- a/pppd/eap.h
+++ b/pppd/eap.h
@@ -169,7 +169,7 @@ typedef struct eap_state {
int es_unit; /* Interface unit number */
struct eap_auth es_client; /* Client (authenticatee) data */
struct eap_auth es_server; /* Server (authenticator) data */
-#ifdef USE_PEAP
+#ifdef PPP_WITH_PEAP
struct peap_state *ea_peap; /* Client PEAP (authenticator) data */
#endif
int es_savedtime; /* Saved timeout */