From 6f5c03032080aa35e2ad5765b7243b8c75305611 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Tue, 27 Oct 2015 15:44:15 -0400 Subject: Remove HAMC_cleanup Old API for use with OpenSSL-0.9.6. Remove it. Reviewed-by: Tim Hudson --- include/openssl/hmac.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/openssl/hmac.h') diff --git a/include/openssl/hmac.h b/include/openssl/hmac.h index 81aa49da49..011e2ae333 100644 --- a/include/openssl/hmac.h +++ b/include/openssl/hmac.h @@ -83,8 +83,6 @@ void HMAC_CTX_init(HMAC_CTX *ctx); void HMAC_CTX_cleanup(HMAC_CTX *ctx); #ifdef OPENSSL_USE_DEPRECATED -/* deprecated */ -# define HMAC_cleanup(ctx) HMAC_CTX_cleanup(ctx) /* deprecated */ DECLARE_DEPRECATED(__owur int HMAC_Init(HMAC_CTX *ctx, const void *key, int len, -- cgit v1.2.3