aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dsa/dsa_sign.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-04-08 06:00:05 +0000
committerRichard Levitte <levitte@openssl.org>2003-04-08 06:00:05 +0000
commit43eb3b0130539b6ebce32e683b56c531f19adb1e (patch)
tree948eee74e29265f1095fd722610f274947f9740e /crypto/dsa/dsa_sign.c
parent0a861ab7f36b6a8436e62dcf9f98446bc022b6ff (diff)
downloadopenssl-43eb3b0130539b6ebce32e683b56c531f19adb1e.tar.gz
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/dsa/dsa_sign.c')
-rw-r--r--crypto/dsa/dsa_sign.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/dsa/dsa_sign.c b/crypto/dsa/dsa_sign.c
index 5cdc8ed851..89205026f0 100644
--- a/crypto/dsa/dsa_sign.c
+++ b/crypto/dsa/dsa_sign.c
@@ -64,9 +64,6 @@
#include <openssl/dsa.h>
#include <openssl/rand.h>
#include <openssl/asn1.h>
-#ifndef OPENSSL_NO_ENGINE
-#include <openssl/engine.h>
-#endif
DSA_SIG * DSA_do_sign(const unsigned char *dgst, int dlen, DSA *dsa)
{