X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fpppd.h;h=9dc6d714a59b2138c2133950218ad8dec0dfb7ca;hb=bdd34ab1f2f87acb23c6d92feee7354ac53005ff;hp=b173aea31d9db5710593d330381bab02068003b9;hpb=c95c6162dd3b5774ee680f9c7df60db217cae161;p=ppp.git diff --git a/pppd/pppd.h b/pppd/pppd.h index b173aea..9dc6d71 100644 --- a/pppd/pppd.h +++ b/pppd/pppd.h @@ -60,7 +60,6 @@ #include /* for struct timeval */ #include #include -#include "patchlevel.h" #ifdef PPP_WITH_IPV6CP #include "eui64.h" @@ -340,7 +339,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 +353,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;