Remove now unused EVP_C_DATA macro.
authorjsing <jsing@openbsd.org>
Sun, 4 Sep 2022 09:56:30 +0000 (09:56 +0000)
committerjsing <jsing@openbsd.org>
Sun, 4 Sep 2022 09:56:30 +0000 (09:56 +0000)
lib/libcrypto/evp/evp_locl.h

index 1b96810..7b14063 100644 (file)
@@ -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;