X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fpppd.h;h=8d896bd608e2e6fe7c64f4df76bec20b26832ac3;hb=3d40f39afda944dc862001800c0b3696d2f9f181;hp=b173aea31d9db5710593d330381bab02068003b9;hpb=c95c6162dd3b5774ee680f9c7df60db217cae161;p=ppp.git diff --git a/pppd/pppd.h b/pppd/pppd.h index b173aea..8d896bd 100644 --- a/pppd/pppd.h +++ b/pppd/pppd.h @@ -340,7 +340,7 @@ extern char path_ipv6up[]; /* pathname of ipv6-up script */ extern char path_ipv6down[]; /* pathname of ipv6-down script */ #endif -#if defined(PPP_WITH_EAPTLS) || defined(USE_PEAP) +#if defined(PPP_WITH_EAPTLS) || defined(PPP_WITH_PEAP) #define TLS_VERIFY_NONE "none" #define TLS_VERIFY_NAME "name" #define TLS_VERIFY_SUBJECT "subject" @@ -354,7 +354,7 @@ extern char *cacert_file; extern char *max_tls_version; extern bool tls_verify_key_usage; extern char *tls_verify_method; -#endif /* PPP_WITH_EAPTLS || USE_PEAP */ +#endif /* PPP_WITH_EAPTLS || PPP_WITH_PEAP */ #ifdef PPP_WITH_EAPTLS extern char *pkcs12_file;