X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fpppd.h;fp=pppd%2Fpppd.h;h=ab8f674dda5e3901acab82d35b766e921fcbf4ac;hp=ba62ca5a7fc91c33d643573bd346e5c0514fea50;hb=4e895b5d9727fbbbf7c50c6ceedea5139da85f5d;hpb=cefbec14d0b11f854fecb51a6c96d7c296f0f1c6 diff --git a/pppd/pppd.h b/pppd/pppd.h index ba62ca5..ab8f674 100644 --- a/pppd/pppd.h +++ b/pppd/pppd.h @@ -336,19 +336,25 @@ extern bool dump_options; /* print out option values */ extern bool dryrun; /* check everything, print options, exit */ extern int child_wait; /* # seconds to wait for children at end */ -#ifdef USE_EAPTLS +#if defined(USE_EAPTLS) || defined(USE_PEAP) #define TLS_VERIFY_NONE "none" #define TLS_VERIFY_NAME "name" #define TLS_VERIFY_SUBJECT "subject" #define TLS_VERIFY_SUFFIX "suffix" -extern char *crl_dir; -extern char *crl_file; -extern char *pkcs12_file; +extern char *crl_dir; +extern char *crl_file; +extern char *ca_path; +extern char *cacert_file; + extern char *max_tls_version; extern bool tls_verify_key_usage; extern char *tls_verify_method; +#endif /* USE_EAPTLS || USE_PEAP */ + +#ifdef USE_EAPTLS +extern char *pkcs12_file; #endif /* USE_EAPTLS */ #ifdef MAXOCTETS