]> git.ipfire.org Git - thirdparty/openssl.git/commit
CRYPTO_R_ cannot be used with ERR_LIB_OSSL_STORE
authorTomas Mraz <tomas@openssl.org>
Mon, 27 Oct 2025 14:48:40 +0000 (15:48 +0100)
committerTomas Mraz <tomas@openssl.org>
Tue, 18 Nov 2025 17:05:44 +0000 (18:05 +0100)
commit376f7ee4d123f3842d85ef3c03fd070fb411ec0f
tree5c114d204a3fcd1d721a6a24eba278854141847a
parent28a9d0e52d2ed8c330e8767403966eccdeb4f4a0
CRYPTO_R_ cannot be used with ERR_LIB_OSSL_STORE

Use ERR_R_PASSED_NULL_PARAMETER instead.

Fixes e9e643bc580e4ba0c6f8f9b4dd2ce59397b1b786

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/29006)
crypto/store/store_lib.c