]> git.ipfire.org Git - thirdparty/openssl.git/commit
apps/cms.c: add missing error message on error writing CMS output (ret == 6)
authorDr. David von Oheimb <dev@ddvo.net>
Mon, 14 Apr 2025 18:08:54 +0000 (20:08 +0200)
committerTomas Mraz <tomas@openssl.org>
Mon, 18 Aug 2025 16:02:30 +0000 (18:02 +0200)
commit3c7812decde2368168c6cba557ec8c03f973c892
treeb5da906dd14f55fab047ef21bdbfab4722c851d0
parenteea39c1a81162189c12f92af9c86cf5cfe052ce0
apps/cms.c: add missing error message on error writing CMS output (ret == 6)

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27567)
apps/cms.c