summaryrefslogtreecommitdiff
path: root/lib/crypto/c_src/hmac.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crypto/c_src/hmac.h')
-rw-r--r--lib/crypto/c_src/hmac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crypto/c_src/hmac.h b/lib/crypto/c_src/hmac.h
index deeab168a9..df432512f3 100644
--- a/lib/crypto/c_src/hmac.h
+++ b/lib/crypto/c_src/hmac.h
@@ -21,7 +21,7 @@
#ifndef E_HMAC_H__
#define E_HMAC_H__ 1
-#ifndef HAS_EVP_PKEY_CTX
+#if !defined(HAS_EVP_PKEY_CTX) || DISABLE_EVP_HMAC
#include "common.h"