summaryrefslogtreecommitdiff
path: root/pppd/eap-tls.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-tls.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-tls.h')
-rw-r--r--pppd/eap-tls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pppd/eap-tls.h b/pppd/eap-tls.h
index 9c56687..befd203 100644
--- a/pppd/eap-tls.h
+++ b/pppd/eap-tls.h
@@ -88,7 +88,7 @@ int get_eaptls_secret(int unit, char *client, char *server,
char *clicertfile, char *servcertfile, char *cacertfile,
char *capath, char *pkfile, char *pkcs12, int am_server);
-#ifdef MPPE
+#ifdef PPP_WITH_MPPE
void eaptls_gen_mppe_keys(struct eaptls_session *ets, int client);
#endif