fips module header inclusion fine-tunning
[openssl.git] / crypto / ec / ec_kmeth.c
index 91b7a4408251e3569f8bad417756a958152f48af..8c011635cb4283d79bc614546f35f73c9738da57 100644 (file)
@@ -15,7 +15,9 @@
 
 #include <string.h>
 #include <openssl/ec.h>
-#include <openssl/engine.h>
+#ifndef FIPS_MODULE
+# include <openssl/engine.h>
+#endif
 #include <openssl/err.h>
 #include "ec_local.h"