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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fa41c669641fd468d91e3b7daa119681bab558d;p=thirdparty%2Fopenssl.git include openssl/fips.h in sha1dgst.c --- diff --git a/crypto/sha/sha1dgst.c b/crypto/sha/sha1dgst.c index 50d1925cdeb..6f154625485 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;