CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/01/04 10:08:57
Modified files:
lib/libcrypto/evp: p_lib.c
Log message:
Simplify EVP_PKEY_asn1_find()
EVP_PKEY_asn1_find() finds the EVP_PKEY_ASN1_METHOD underlying the method
or alias with nid (or, rather, pkey_id) passed in. Now that we have the
base method stored in a pointer, we can return that method after a simple
lookup of said nid (or, rather, pkey_id).
ok jsing
