Revert a hunk of r1.23 that makes no sense
authortb <tb@openbsd.org>
Sat, 2 Dec 2023 19:06:22 +0000 (19:06 +0000)
committertb <tb@openbsd.org>
Sat, 2 Dec 2023 19:06:22 +0000 (19:06 +0000)
commitb62d6ce71f0da87ca15a1c9b2ec60e8d6cf72472
tree778f3246c8618e914f979c3b80e384a2ce999c5c
parentc0ea3bd1e6801244e065cf90f8a4247feb3cf3d6
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.
lib/libcrypto/evp/e_rc2.c