Clean up EVP_EncryptFinal_ex()
authortb <tb@openbsd.org>
Wed, 20 Dec 2023 10:42:43 +0000 (10:42 +0000)
committertb <tb@openbsd.org>
Wed, 20 Dec 2023 10:42:43 +0000 (10:42 +0000)
commit8abe5384c1180ce9cc6d6312291dc157b20e85c4
tree7eb0558c336f9f896962f2ee87b7f6b6f9e46fdc
parent18a9a61616e6a5b62e16ea35d54d5db9174a69c3
Clean up EVP_EncryptFinal_ex()

This switches to the variable names used in other functions, adds a
reminder to add a missing length check and uses memset for the padding.

ok jsing
lib/libcrypto/evp/evp_enc.c