Simplify EVP_PKEY_asn1_find()
authortb <tb@openbsd.org>
Thu, 4 Jan 2024 17:08:57 +0000 (17:08 +0000)
committertb <tb@openbsd.org>
Thu, 4 Jan 2024 17:08:57 +0000 (17:08 +0000)
commit680e1051be3c48b074d687812a44e00e3b35a8ef
tree51a27f95ad487ea54a9b733313c32f977554b4d8
parent9ed721ecc5930c48a195107502e32d268514deea
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
lib/libcrypto/evp/p_lib.c