From cf54f06dcbd2bd81799132ccebb9697607d5b012 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 29 Sep 2003 22:29:03 +0000 Subject: [PATCH] Make sure we get OPENSSL_FIPS. --- crypto/sha/sha1dgst.c | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto/sha/sha1dgst.c b/crypto/sha/sha1dgst.c index de645fc10..1e2009b76 100644 --- a/crypto/sha/sha1dgst.c +++ b/crypto/sha/sha1dgst.c @@ -62,6 +62,7 @@ #define SHA_1 #include +#include #ifndef OPENSSL_FIPS const char *SHA1_version="SHA1" OPENSSL_VERSION_PTEXT;