CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/01/07 08:21:04
Modified files:
lib/libcrypto/evp: evp_cipher.c
Log message:
Improve EVP_CIPHER_{get,set}_asn1_iv()
Use iv_len for the variables storing the IV length, formerly l and j.
Remove use of the unnecessary variable i and unindent the whole mess.
Some return values are fishy. That will be addressed in subsequent
commits.
ok jsing
