X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Feap-tls.c;h=265f6d52d23b004cdd717ba63bc41c542540451d;hp=b13082117232ef1973c6cb8f053f772f33a6289f;hb=2883dd07101bf851e2ea368f0c04c91aea85cff2;hpb=9c7ba0d42dee5e3f84ecb6e4fcdbefc6c1cd965c;ds=sidebyside diff --git a/pppd/eap-tls.c b/pppd/eap-tls.c index b130821..265f6d5 100644 --- a/pppd/eap-tls.c +++ b/pppd/eap-tls.c @@ -29,6 +29,10 @@ * */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include #include @@ -37,7 +41,9 @@ #include #include +#ifndef OPENSSL_NO_ENGINE #include +#endif #include #include #include