X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Feap-tls.h;h=2777d81f5c9b399fc02536bbf2de11e60552a079;hb=509f04959ad891d7f981f035ed461d51bd1f74b0;hp=9c56687858aeece748575f2a96648483debb2ddd;hpb=4e895b5d9727fbbbf7c50c6ceedea5139da85f5d;p=ppp.git diff --git a/pppd/eap-tls.h b/pppd/eap-tls.h index 9c56687..2777d81 100644 --- a/pppd/eap-tls.h +++ b/pppd/eap-tls.h @@ -30,11 +30,10 @@ * */ -#include "pppdconf.h" - -#ifndef __EAP_TLS_H__ -#define __EAP_TLS_H__ +#ifndef PPP_EAP_TLS_H +#define PPP_EAP_TLS_H +#include "pppdconf.h" #include "eap.h" #include @@ -88,7 +87,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