From: Richard Levitte Date: Thu, 20 Mar 2003 23:32:16 +0000 (+0000) Subject: Make sure we get the definition of OPENSSL_NO_SHA. X-Git-Tag: BEN_FIPS_TEST_1~38^2~205 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69104cdf34462d4973e6bdddaf0ffb9cba041fb8;p=thirdparty%2Fopenssl.git Make sure we get the definition of OPENSSL_NO_SHA. --- diff --git a/crypto/evp/m_dss1.c b/crypto/evp/m_dss1.c index f5668ebda0a..9a0ebe0a509 100644 --- a/crypto/evp/m_dss1.c +++ b/crypto/evp/m_dss1.c @@ -56,9 +56,11 @@ * [including the GNU Public Licence.] */ -#ifndef OPENSSL_NO_SHA #include #include "cryptlib.h" + +#ifndef OPENSSL_NO_SHA + #include #include #include diff --git a/crypto/evp/m_sha.c b/crypto/evp/m_sha.c index 10697c7ed38..a3343bb2eb8 100644 --- a/crypto/evp/m_sha.c +++ b/crypto/evp/m_sha.c @@ -56,9 +56,11 @@ * [including the GNU Public Licence.] */ -#ifndef OPENSSL_NO_SHA #include #include "cryptlib.h" + +#ifndef OPENSSL_NO_SHA + #include #include #include diff --git a/crypto/evp/m_sha1.c b/crypto/evp/m_sha1.c index d6be3502f0a..838225bf842 100644 --- a/crypto/evp/m_sha1.c +++ b/crypto/evp/m_sha1.c @@ -56,9 +56,11 @@ * [including the GNU Public Licence.] */ -#ifndef OPENSSL_NO_SHA #include #include "cryptlib.h" + +#ifndef OPENSSL_NO_SHA + #include #include #include