X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Feap.h;h=fbc72017da68a60ae74b2b425edf29db7ee2aeb9;hb=3d40f39afda944dc862001800c0b3696d2f9f181;hp=d45f093d5f9d100e4c9b4fd822e8bb8dc1a57318;hpb=c95c6162dd3b5774ee680f9c7df60db217cae161;p=ppp.git diff --git a/pppd/eap.h b/pppd/eap.h index d45f093..fbc7201 100644 --- a/pppd/eap.h +++ b/pppd/eap.h @@ -169,7 +169,7 @@ typedef struct eap_state { int es_unit; /* Interface unit number */ struct eap_auth es_client; /* Client (authenticatee) data */ struct eap_auth es_server; /* Server (authenticator) data */ -#ifdef USE_PEAP +#ifdef PPP_WITH_PEAP struct peap_state *ea_peap; /* Client PEAP (authenticator) data */ #endif int es_savedtime; /* Saved timeout */