summaryrefslogtreecommitdiffstats
path: root/crypto/hmac
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-03-20 23:23:43 +0000
committerRichard Levitte <levitte@openssl.org>2003-03-20 23:23:43 +0000
commite8cc7de4f4be4574dd3b0d87ed9cb66d8dc3b109 (patch)
tree5b2bf8a079e346080ebd8d78f1dc836b81323608 /crypto/hmac
parent3b6aa36c77307dbb22b767b484a62e8e5e4bcc4e (diff)
Make sure we get the definition of OPENSSL_NO_HMAC.
Diffstat (limited to 'crypto/hmac')
-rw-r--r--crypto/hmac/hmac.h2
1 files changed, 2 insertions, 0 deletions
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 <openssl/opensslconf.h>
+
#ifdef OPENSSL_NO_HMAC
#error HMAC is disabled.
#endif