summaryrefslogtreecommitdiffstats
path: root/fips/dsa
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-02-21 17:35:53 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-02-21 17:35:53 +0000
commit37eae9909ac51f2e3f42ab825a040aff099e7861 (patch)
tree21fa90585e0536b122ae47a311856e2fe49ae171 /fips/dsa
parent6892d0eb0315790b078eacb55d86bb568cdb2ee1 (diff)
Remove unnecessary dependencies.
Diffstat (limited to 'fips/dsa')
-rw-r--r--fips/dsa/fips_dsatest.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/fips/dsa/fips_dsatest.c b/fips/dsa/fips_dsatest.c
index 3e773687a1..678e089a42 100644
--- a/fips/dsa/fips_dsatest.c
+++ b/fips/dsa/fips_dsatest.c
@@ -71,10 +71,8 @@
#include <openssl/rand.h>
#include <openssl/bio.h>
#include <openssl/err.h>
+#include <openssl/evp.h>
#include <openssl/bn.h>
-#ifndef OPENSSL_NO_ENGINE
-#include <openssl/engine.h>
-#endif
#if defined(OPENSSL_NO_DSA) || !defined(OPENSSL_FIPS)