]> git.ipfire.org Git - thirdparty/openssl.git/commit
evp_fetch.c: Check meth_id instead of name_id
authorsashan <anedvedicky@gmail.com>
Mon, 8 Jan 2024 21:53:42 +0000 (22:53 +0100)
committerTomas Mraz <tomas@openssl.org>
Thu, 11 Jan 2024 09:18:25 +0000 (10:18 +0100)
commitda840c3775f52fc9766c654b5ad6ee031ffc9fd9
tree977a316985cea8579afb6fd231de4e91bece61b5
parentff7b32e1d7af590eab3163f0c6be7792876c36bc
evp_fetch.c: Check meth_id instead of name_id

Fixes #23226

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23238)
crypto/evp/evp_fetch.c