summaryrefslogtreecommitdiffstats
path: root/crypto/dh
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-04-08 06:00:17 +0000
committerRichard Levitte <levitte@openssl.org>2003-04-08 06:00:17 +0000
commit27310553b1ec7828f5dc027de73719de8092b64b (patch)
treee993424c3a4ab0758b925f476e29700e64667b99 /crypto/dh
parent78490b9cc2d258b4fb19cef9359f8db676de9179 (diff)
We seem to carry some rests of the 0.9.6 [engine] ENGINE framework in form
of unneeded includes of openssl/engine.h.
Diffstat (limited to 'crypto/dh')
-rw-r--r--crypto/dh/dh_key.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/dh/dh_key.c b/crypto/dh/dh_key.c
index 6ce65ed5f3..77f2f50b51 100644
--- a/crypto/dh/dh_key.c
+++ b/crypto/dh/dh_key.c
@@ -61,9 +61,6 @@
#include <openssl/bn.h>
#include <openssl/rand.h>
#include <openssl/dh.h>
-#ifndef OPENSSL_NO_ENGINE
-#include <openssl/engine.h>
-#endif
static int generate_key(DH *dh);
static int compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh);