Because there's chances we clash with the system's types.h, rename our
[openssl.git] / crypto / engine / engine.h
index 51c108ec24f9c5d23679005860a8ee394cee9800..782d85a9be8f0e6364a691ed51e8f6096d739562 100644 (file)
@@ -59,7 +59,7 @@
 #ifndef HEADER_ENGINE_H
 #define HEADER_ENGINE_H
 
-#include <openssl/types.h>
+#include <openssl/ossl_typ.h>
 #include <openssl/bn.h>
 #ifndef OPENSSL_NO_RSA
 #include <openssl/rsa.h>
@@ -74,7 +74,6 @@
 #include <openssl/ui.h>
 #include <openssl/symhacks.h>
 #include <openssl/err.h>
-#include <openssl/types.h>
 
 #ifdef  __cplusplus
 extern "C" {