CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/12/15 01:16:54
Modified files:
lib/libcrypto/asn1: ameth_lib.c
Log message:
Neuter EVP_PKEY_asn1_add{0,_alias}()
Nothing uses these, so they will be removed in the next bump. For now
make them always fail and remove the unprotected global state backing
them. This makes EVP_PKEY_asn1_get{0,_count}() completely trivial and
will allow some further cleanup in later steps.
ok jsing
