mirror of
https://github.com/openssl/openssl.git
synced 2025-03-31 20:10:45 +08:00
ess_lib.c: Changed ERR_LIB_CMS to ERR_LIB_ESS
This fixes an incorrect error message. Fixes #24224 CLA: trivial Reviewed-by: Paul Dale <ppzgs1@gmail.com> Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/24290)
This commit is contained in:
parent
6a4a714045
commit
2d29a8a7e8
@ -346,7 +346,7 @@ int OSSL_ESS_check_signing_certs(const ESS_SIGNING_CERT *ss,
|
||||
int i, ret;
|
||||
|
||||
if (require_signing_cert && ss == NULL && ssv2 == NULL) {
|
||||
ERR_raise(ERR_LIB_CMS, ESS_R_MISSING_SIGNING_CERTIFICATE_ATTRIBUTE);
|
||||
ERR_raise(ERR_LIB_ESS, ESS_R_MISSING_SIGNING_CERTIFICATE_ATTRIBUTE);
|
||||
return -1;
|
||||
}
|
||||
if (n_v1 == 0 || n_v2 == 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user