From: Dr. Stephen Henson Date: Sun, 15 Jul 2007 16:50:34 +0000 (+0000) Subject: include openssl/fips.h in sha1dgst.c X-Git-Tag: FIPS_098_TEST_2~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8fa41c669641fd468d91e3b7daa119681bab558d;p=openssl include openssl/fips.h in sha1dgst.c --- diff --git a/crypto/sha/sha1dgst.c b/crypto/sha/sha1dgst.c index 50d1925cde..6f15462548 100644 --- a/crypto/sha/sha1dgst.c +++ b/crypto/sha/sha1dgst.c @@ -63,6 +63,7 @@ #define SHA_1 #include +#include const char SHA1_version[]="SHA1" OPENSSL_VERSION_PTEXT;