CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/01/03 02:13:32
Modified files:
lib/libcrypto/evp: evp_cipher.c
Log message:
Improve order in ancient CMS helpers
First came EVP_CIPHER_param_to_asn1() which wraps EVP_CIPHER_set_asn1_iv()
which was implemented last. Then came EVP_CIPHER_asn1_to_param() wrapping
EVP_CIPHER_get_asn1_iv(). Move each param function below the iv function
it wraps.
