CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/05/24 13:59:14
Modified files:
lib/libcrypto/asn1: x_pubkey.c
Log message:
Rewrite X509_PUBKEY_set0_param() to use asn1_abs_set_unused_bits()
This streamlines the logic and uses ASN1_STRING_set0() and
asn1_abs_set_unused_bits() instead of inlining them.
ok jsing
