X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Feap-tls.h;h=befd20335e5a90084858517e5dc42d994a9c09d7;hb=c95c6162dd3b5774ee680f9c7df60db217cae161;hp=9c56687858aeece748575f2a96648483debb2ddd;hpb=92c5612fdb77e83e49c524ae46110c129e13429e;p=ppp.git 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