From 1cd0f23fb1ac776049065e277649f5b0502056b2 Mon Sep 17 00:00:00 2001 From: jsing Date: Sun, 4 Sep 2022 09:56:30 +0000 Subject: [PATCH] Remove now unused EVP_C_DATA macro. --- lib/libcrypto/evp/evp_locl.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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; -- 2.20.1