From 8fa41c669641fd468d91e3b7daa119681bab558d Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sun, 15 Jul 2007 16:50:34 +0000 Subject: [PATCH] include openssl/fips.h in sha1dgst.c --- crypto/sha/sha1dgst.c | 1 + 1 file changed, 1 insertion(+) 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; -- 2.25.1