CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/12/02 12:06:22
Modified files:
lib/libcrypto/evp: e_rc2.c
Log message:
Revert a hunk of r1.23 that makes no sense
The commit was about checking EVP_CIPHER_CTX_iv_length(), but the function
called here is EVP_CIPHER_CTX_key_length(). The result of the computation
is still correct, the check and local variable simply make no sense.
