Match struct order for the EVP_CIPHER_CTX accessors
authortb <tb@openbsd.org>
Tue, 2 Jan 2024 21:24:42 +0000 (21:24 +0000)
committertb <tb@openbsd.org>
Tue, 2 Jan 2024 21:24:42 +0000 (21:24 +0000)
commite6f6d3d46ce41ff7163cd0c62d8097710dba15bd
tree92b3456bb88edfe3397d4ebac58115a94b6bc9d4
parent35c9a4a5cf4a7bab4f15fec0dbaa617ec1372268
Match struct order for the EVP_CIPHER_CTX accessors

This isn't great since the struct is ordered in about the silliest way
imaginable, but it is better than it was before. Bringing order into
this mess is harder than solving a Rubik's cube.
lib/libcrypto/evp/evp_cipher.c