diff --git a/fips/sha1/fips_sha1test.c b/fips/sha1/fips_sha1test.c index 43eb8aa34..f4fa43d24 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