From fa68935f57394b1ec4626c4812bd4fcde191ee77 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 10 Sep 2003 09:06:01 +0000 Subject: [PATCH] Include openssl/fips.h outside of the check for FIPS, so make depend doesn't differ between FIPS and non-FIPS modes. --- fips/sha1/fips_sha1test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fips/sha1/fips_sha1test.c b/fips/sha1/fips_sha1test.c index 43eb8aa344..f4fa43d249 100644 --- a/fips/sha1/fips_sha1test.c +++ b/fips/sha1/fips_sha1test.c @@ -5,6 +5,7 @@ #include #include #include +#include #ifndef FIPS int main(int argc, char *argv[]) @@ -13,7 +14,6 @@ int main(int argc, char *argv[]) return(0); } #else -#include #define MAX_TEST_BITS 103432 -- 2.25.1