From: Richard Levitte Date: Wed, 10 Sep 2003 09:06:01 +0000 (+0000) Subject: Include openssl/fips.h outside of the check for FIPS, so make depend X-Git-Tag: BEN_FIPS_TEST_1~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa68935f57394b1ec4626c4812bd4fcde191ee77;p=openssl Include openssl/fips.h outside of the check for FIPS, so make depend doesn't differ between FIPS and non-FIPS modes. --- 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