aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/engine/engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/engine/engine.h')
-rw-r--r--crypto/engine/engine.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/engine/engine.h b/crypto/engine/engine.h
index 5f79ece06e..693b820894 100644
--- a/crypto/engine/engine.h
+++ b/crypto/engine/engine.h
@@ -59,6 +59,7 @@
#ifndef HEADER_ENGINE_H
#define HEADER_ENGINE_H
+#include <openssl/types.h>
#include <openssl/bn.h>
#ifndef OPENSSL_NO_RSA
#include <openssl/rsa.h>
@@ -70,8 +71,6 @@
#include <openssl/dh.h>
#endif
#include <openssl/rand.h>
-#include <openssl/evp.h>
-#include <openssl/pem.h>
#include <openssl/ui.h>
#include <openssl/symhacks.h>