Make all configuration macros available for application by making
[openssl.git] / crypto / hmac / hmac.h
index 328bad260879778216dc066cce571b37bc903077..7ed945da98c50b0b93e6b097ae4035486de6f349 100644 (file)
@@ -58,7 +58,7 @@
 #ifndef HEADER_HMAC_H
 #define HEADER_HMAC_H
 
-#ifdef NO_HMAC
+#ifdef OPENSSL_NO_HMAC
 #error HMAC is disabled.
 #endif