diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/evp/evp_locl.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/evp/evp_locl.h b/src/lib/libcrypto/evp/evp_locl.h index 1b96810572..7b14063c5e 100644 --- a/src/lib/libcrypto/evp/evp_locl.h +++ b/src/lib/libcrypto/evp/evp_locl.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: evp_locl.h,v 1.26 2022/09/04 09:52:22 jsing Exp $ */ | 1 | /* $OpenBSD: evp_locl.h,v 1.27 2022/09/04 09:56:30 jsing Exp $ */ |
2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
3 | * project 2000. | 3 | * project 2000. |
4 | */ | 4 | */ |
@@ -186,8 +186,6 @@ struct evp_Encode_Ctx_st { | |||
186 | 186 | ||
187 | #define EVP_MAXCHUNK ((size_t)1<<(sizeof(long)*8-2)) | 187 | #define EVP_MAXCHUNK ((size_t)1<<(sizeof(long)*8-2)) |
188 | 188 | ||
189 | #define EVP_C_DATA(kstruct, ctx) ((kstruct *)(ctx)->cipher_data) | ||
190 | |||
191 | struct evp_pkey_ctx_st { | 189 | struct evp_pkey_ctx_st { |
192 | /* Method associated with this operation */ | 190 | /* Method associated with this operation */ |
193 | const EVP_PKEY_METHOD *pmeth; | 191 | const EVP_PKEY_METHOD *pmeth; |