X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fccp.c;h=cfe94f8e9f3af44813a6e2cda02b2243924df956;hb=b2c21894e165d7a0b4f1600fd8a8fd1b21305752;hp=36ee5496d33b530de45fb6df64bbca85207fa85d;hpb=f7307b3f74f9a2fd64acc77b0c884ed1cc9afe56;p=ppp.git diff --git a/pppd/ccp.c b/pppd/ccp.c index 36ee549..cfe94f8 100644 --- a/pppd/ccp.c +++ b/pppd/ccp.c @@ -525,7 +525,7 @@ ccp_resetci(fsm *f) if (go->mppe) { ccp_options *ao = &ccp_allowoptions[f->unit]; int auth_mschap_bits = auth_done[f->unit]; -#ifdef USE_EAPTLS +#ifdef PPP_WITH_EAPTLS int auth_eap_bits = auth_done[f->unit]; #endif int numbits; @@ -556,7 +556,7 @@ ccp_resetci(fsm *f) return; } -#ifdef USE_EAPTLS +#ifdef PPP_WITH_EAPTLS /* * MPPE is also possible in combination with EAP-TLS. * It is not possible to detect if we're doing EAP or EAP-TLS