From: Richard Levitte Date: Mon, 29 Sep 2003 22:29:03 +0000 (+0000) Subject: Make sure we get OPENSSL_FIPS. X-Git-Tag: BEN_FIPS_TEST_1~7 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=cf54f06dcbd2bd81799132ccebb9697607d5b012;p=oweals%2Fopenssl.git Make sure we get OPENSSL_FIPS. --- diff --git a/crypto/sha/sha1dgst.c b/crypto/sha/sha1dgst.c index de645fc107..1e2009b760 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;