From: Richard Levitte Date: Thu, 20 Mar 2003 23:34:08 +0000 (+0000) Subject: Make sure we get the definition of OPENSSL_NO_HMAC and OPENSSL_NO_SHA. X-Git-Tag: BEN_FIPS_TEST_1~38^2~204 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9c35452842cc2e3a4ed1a6a67ca312740d13c4e3;p=oweals%2Fopenssl.git Make sure we get the definition of OPENSSL_NO_HMAC and OPENSSL_NO_SHA. --- diff --git a/crypto/evp/p5_crpt2.c b/crypto/evp/p5_crpt2.c index 1f94e1ef88..b161d7664a 100644 --- a/crypto/evp/p5_crpt2.c +++ b/crypto/evp/p5_crpt2.c @@ -55,10 +55,10 @@ * Hudson (tjh@cryptsoft.com). * */ -#if !defined(OPENSSL_NO_HMAC) && !defined(OPENSSL_NO_SHA) #include #include #include "cryptlib.h" +#if !defined(OPENSSL_NO_HMAC) && !defined(OPENSSL_NO_SHA) #include #include #include