diff options
author | tb <> | 2025-05-27 03:58:12 +0000 |
---|---|---|
committer | tb <> | 2025-05-27 03:58:12 +0000 |
commit | 68a52297dea2d50284c7a8a12b92d8f2c15421f3 (patch) | |
tree | 2eb24b5e4c85e38c91f34fc3f821969bc557eadd /src/lib/libc | |
parent | d2463d70a3218b82a784e40274a5073b7e3a241b (diff) | |
download | openbsd-68a52297dea2d50284c7a8a12b92d8f2c15421f3.tar.gz openbsd-68a52297dea2d50284c7a8a12b92d8f2c15421f3.tar.bz2 openbsd-68a52297dea2d50284c7a8a12b92d8f2c15421f3.zip |
Make EVP_CIPHER_[gs]et_asn1_iv() local to evp_cipher
These formerly public functions have only ever been called from
EVP_CIPHER_asn1_to_param() and EVP_CPIHER_param_to_asn1(), either
directly if the EVP_CIPH_FLAG_DEFAULT_ASN1 flag is set, or indirectly
when set as the .[gs]et_asn1_parameters() method of the EVP_CIPHER.
This commit removes their use in .[gs]et_asn1_parameters() dating back
to long before the EVP_CIPH_FLAG_DEFAULT_ASN1 was introduced in 2010.
This way the only remaining consumer of .[gs]et_asn1_parameters() is RC2.
ok jsing
Diffstat (limited to 'src/lib/libc')
0 files changed, 0 insertions, 0 deletions