]> git.ipfire.org Git - thirdparty/openssl.git/commit
Errors raised from OPENSSL_sk_set should have ERR_LIB_CRYPTO
authorTomas Mraz <tomas@openssl.org>
Thu, 13 Oct 2022 11:05:20 +0000 (13:05 +0200)
committerTomas Mraz <tomas@openssl.org>
Fri, 21 Oct 2022 16:02:35 +0000 (18:02 +0200)
commit3a09dfb4f9aace93d2c20d6d1b4968cc583884d6
tree583d34d7531e7518a5ac0d57790733a38fec9ec0
parent0778364f8ec1f9702e62e6298aaa212ec40b6111
Errors raised from OPENSSL_sk_set should have ERR_LIB_CRYPTO

Reviewed-by: Todd Short <todd.short@me.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19400)
crypto/stack/stack.c