CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/12/20 03:42:43
Modified files:
lib/libcrypto/evp: evp_enc.c
Log message:
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
