summaryrefslogtreecommitdiffstats
path: root/crypto/engine/eng_ctrl.c
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2004-04-19 20:09:28 +0200
committerGeoff Thorpe <geoff@openssl.org>2004-04-19 20:09:28 +0200
commit60a938c6bca4c0890ed2d320e29fb43c970094d5 (patch)
treeb4d6fa7ae1a0c24e30e9ef5edcec0d5a88fd9f5f /crypto/engine/eng_ctrl.c
parentReduce header interdependencies, initially in engine.h (the rest of the (diff)
downloadopenssl-60a938c6bca4c0890ed2d320e29fb43c970094d5.tar.xz
openssl-60a938c6bca4c0890ed2d320e29fb43c970094d5.zip
(oops) Apologies all, that last header-cleanup commit was from the wrong
tree. This further reduces header interdependencies, and makes some associated cleanups.
Diffstat (limited to 'crypto/engine/eng_ctrl.c')
-rw-r--r--crypto/engine/eng_ctrl.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/engine/eng_ctrl.c b/crypto/engine/eng_ctrl.c
index 1a808bec41..18527484ce 100644
--- a/crypto/engine/eng_ctrl.c
+++ b/crypto/engine/eng_ctrl.c
@@ -53,10 +53,7 @@
*
*/
-#include <openssl/crypto.h>
-#include "cryptlib.h"
#include "eng_int.h"
-#include <openssl/engine.h>
/* When querying a ENGINE-specific control command's 'description', this string
* is used if the ENGINE_CMD_DEFN has cmd_desc set to NULL. */