]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/eap-tls.c
Use autoconf/automake to configure and make ppp
[ppp.git] / pppd / eap-tls.c
index b13082117232ef1973c6cb8f053f772f33a6289f..265f6d52d23b004cdd717ba63bc41c542540451d 100644 (file)
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <string.h>
 #include <strings.h>
 #include <unistd.h>
@@ -37,7 +41,9 @@
 #include <fcntl.h>
 
 #include <openssl/conf.h>
+#ifndef OPENSSL_NO_ENGINE
 #include <openssl/engine.h>
+#endif
 #include <openssl/hmac.h>
 #include <openssl/err.h>
 #include <openssl/ui.h>