aboutsummaryrefslogtreecommitdiff
path: root/fips/dsa/fips_dsatest.c
diff options
context:
space:
mode:
Diffstat (limited to 'fips/dsa/fips_dsatest.c')
-rw-r--r--fips/dsa/fips_dsatest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fips/dsa/fips_dsatest.c b/fips/dsa/fips_dsatest.c
index c7e0f5164f2b..1aec089ae144 100644
--- a/fips/dsa/fips_dsatest.c
+++ b/fips/dsa/fips_dsatest.c
@@ -69,7 +69,6 @@
#include <openssl/rand.h>
#include <openssl/bio.h>
#include <openssl/err.h>
-#include <openssl/dsa.h>
#include <openssl/bn.h>
#ifndef OPENSSL_NO_ENGINE
#include <openssl/engine.h>
@@ -83,6 +82,7 @@ int main(int argc, char *argv[])
return(0);
}
#else
+#include <openssl/dsa.h>
#include <openssl/fips.h>
#include <openssl/fips_rand.h>
#include <openssl/dsa.h>