From: Richard Levitte Date: Thu, 20 Mar 2003 23:23:43 +0000 (+0000) Subject: Make sure we get the definition of OPENSSL_NO_HMAC. X-Git-Tag: BEN_FIPS_TEST_1~38^2~225 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8cc7de4f4be4574dd3b0d87ed9cb66d8dc3b109;p=thirdparty%2Fopenssl.git Make sure we get the definition of OPENSSL_NO_HMAC. --- diff --git a/crypto/hmac/hmac.h b/crypto/hmac/hmac.h index 0364a1fcbd9..72077ad19e5 100644 --- a/crypto/hmac/hmac.h +++ b/crypto/hmac/hmac.h @@ -58,6 +58,8 @@ #ifndef HEADER_HMAC_H #define HEADER_HMAC_H +#include + #ifdef OPENSSL_NO_HMAC #error HMAC is disabled. #endif