Update source files for pre-3.0 deprecation
[openssl.git] / crypto / hmac / hmac.c
index 17cc58717b9f9492e155e2148d2051fe4891db97..6d4d24d77b44e92dc99295c9aa848ac4996bd178 100644 (file)
@@ -86,7 +86,7 @@ int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,
     return rv;
 }
 
-#if !OPENSSL_API_1_1_0
+#ifndef OPENSSL_NO_DEPRECATED_1_1_0
 int HMAC_Init(HMAC_CTX *ctx, const void *key, int len, const EVP_MD *md)
 {
     if (key && md)