summaryrefslogtreecommitdiffstats
path: root/crypto/engine
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-04-26 17:04:22 +0200
committerRichard Levitte <levitte@openssl.org>2001-04-26 17:04:22 +0200
commit3caff6092a932782a094e60b68aa0fbf8e771d53 (patch)
treef09427374834364b27ac2f13cd79264e0df97d3d /crypto/engine
parentWe shouldn't skip over header files to avoid functions of disabled algorithms... (diff)
downloadopenssl-3caff6092a932782a094e60b68aa0fbf8e771d53.tar.xz
openssl-3caff6092a932782a094e60b68aa0fbf8e771d53.zip
engine.h includes all the needed header files, so don't do it again
here.
Diffstat (limited to 'crypto/engine')
-rw-r--r--crypto/engine/engine_int.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/crypto/engine/engine_int.h b/crypto/engine/engine_int.h
index 00f345a5f1..addf6b533b 100644
--- a/crypto/engine/engine_int.h
+++ b/crypto/engine/engine_int.h
@@ -59,13 +59,6 @@
#ifndef HEADER_ENGINE_INT_H
#define HEADER_ENGINE_INT_H
-#include <openssl/rsa.h>
-#include <openssl/dsa.h>
-#include <openssl/dh.h>
-#include <openssl/rand.h>
-#include <openssl/bn.h>
-#include <openssl/evp.h>
-
/* Take public definitions from engine.h */
#include <openssl/engine.h>