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: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=e8cc7de4f4be4574dd3b0d87ed9cb66d8dc3b109 Make sure we get the definition of OPENSSL_NO_HMAC. --- diff --git a/crypto/hmac/hmac.h b/crypto/hmac/hmac.h index 0364a1fcbd..72077ad19e 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