Skip to content

Commit d65c1de

Browse files
leerubin13t8m
authored andcommitted
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 <[email protected]> Reviewed-by: Richard Levitte <[email protected]> Reviewed-by: Tomas Mraz <[email protected]> (Merged from openssl/openssl#24290) (cherry picked from commit 2d29a8a)
1 parent 6de46a0 commit d65c1de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crypto/ess/ess_lib.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ int OSSL_ESS_check_signing_certs(const ESS_SIGNING_CERT *ss,
346346
int i, ret;
347347

348348
if (require_signing_cert && ss == NULL && ssv2 == NULL) {
349-
ERR_raise(ERR_LIB_CMS, ESS_R_MISSING_SIGNING_CERTIFICATE_ATTRIBUTE);
349+
ERR_raise(ERR_LIB_ESS, ESS_R_MISSING_SIGNING_CERTIFICATE_ATTRIBUTE);
350350
return -1;
351351
}
352352
if (n_v1 == 0 || n_v2 == 0) {

0 commit comments

Comments
 (0)