ENGINE fixes
[openssl.git] / crypto / ec / ec_kmeth.c
index 6be99c2265304155c6be3e6a5e06a8d0916b851c..4904989d63f784497e5b7ee53fe9e39efa160043 100644 (file)
@@ -53,7 +53,9 @@
  */
 
 #include <openssl/ec.h>
-#include <openssl/engine.h>
+#ifndef OPENSSL_NO_ENGINE
+# include <openssl/engine.h>
+#endif
 #include <openssl/err.h>
 #include "ec_lcl.h"