From 01b1e22568622f9baf1ab9998cb97f2ee46008ff Mon Sep 17 00:00:00 2001 From: Joel Sing Date: Sun, 4 Sep 2022 09:56:31 +0000 Subject: Remove now unused EVP_C_DATA macro. --- lib/libcrypto/evp/evp_locl.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/libcrypto/evp/evp_locl.h b/lib/libcrypto/evp/evp_locl.h index 1b968105729..7b14063c5ed 100644 --- a/lib/libcrypto/evp/evp_locl.h +++ b/lib/libcrypto/evp/evp_locl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: evp_locl.h,v 1.26 2022/09/04 09:52:22 jsing Exp $ */ +/* $OpenBSD: evp_locl.h,v 1.27 2022/09/04 09:56:30 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2000. */ @@ -186,8 +186,6 @@ struct evp_Encode_Ctx_st { #define EVP_MAXCHUNK ((size_t)1<<(sizeof(long)*8-2)) -#define EVP_C_DATA(kstruct, ctx) ((kstruct *)(ctx)->cipher_data) - struct evp_pkey_ctx_st { /* Method associated with this operation */ const EVP_PKEY_METHOD *pmeth; -- cgit v1.2.3