summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2015-10-27 15:44:15 -0400
committerRich Salz <rsalz@openssl.org>2015-10-27 16:07:56 -0400
commit6f5c03032080aa35e2ad5765b7243b8c75305611 (patch)
tree320307c5f0c74a235349bdf10fab0299fbef9622 /include
parent0e56b4b42439d0842956a6730dec904ed70bbef7 (diff)
Remove HAMC_cleanup
Old API for use with OpenSSL-0.9.6. Remove it. Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'include')
-rw-r--r--include/openssl/hmac.h2
1 files changed, 0 insertions, 2 deletions
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,