summaryrefslogtreecommitdiff
path: root/pppd/auth.c
diff options
context:
space:
mode:
authorEivind Næss <eivnaes@yahoo.com>2021-08-06 16:37:10 -0700
committerEivind Næss <eivnaes@yahoo.com>2022-07-15 15:25:39 -0700
commit3604f5c7d9c671dd8a59c8adab14c8f4edd9503e (patch)
tree3b6c0442987559740fa25efddf678d72ead13e77 /pppd/auth.c
parent02e3fbaedc1c7ab8bcf5a6599dbf4db3998b9371 (diff)
downloadppp-3604f5c7d9c671dd8a59c8adab14c8f4edd9503e.tar.gz
Changing CBCP_SUPPORT define to PPP_WITH_CBCP to be consistent.
Signed-off-by: Eivind Næss <eivnaes@yahoo.com>
Diffstat (limited to 'pppd/auth.c')
-rw-r--r--pppd/auth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pppd/auth.c b/pppd/auth.c
index 7ce6baf..c6e2344 100644
--- a/pppd/auth.c
+++ b/pppd/auth.c
@@ -125,7 +125,7 @@
#ifdef USE_EAPTLS
#include "eap-tls.h"
#endif
-#ifdef CBCP_SUPPORT
+#ifdef PPP_WITH_CBCP
#include "cbcp.h"
#endif
#include "pathnames.h"
@@ -906,7 +906,7 @@ network_phase(int unit)
}
}
-#ifdef CBCP_SUPPORT
+#ifdef PPP_WITH_CBCP
/*
* If we negotiated callback, do it now.
*/