diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2022-09-04 09:56:31 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2022-09-04 09:56:31 +0000 |
commit | 01b1e22568622f9baf1ab9998cb97f2ee46008ff (patch) | |
tree | 91118e89972441974b164f1239b837f69b78337b /lib | |
parent | 915e1f297f0ef787e975c5c9de0093952cc01fdb (diff) |
Remove now unused EVP_C_DATA macro.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/evp/evp_locl.h | 4 |
1 files changed, 1 insertions, 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; |