aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssl/apps/cms.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/apps/cms.c')
-rw-r--r--crypto/openssl/apps/cms.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/openssl/apps/cms.c b/crypto/openssl/apps/cms.c
index 919d306ff687..6f19414880c9 100644
--- a/crypto/openssl/apps/cms.c
+++ b/crypto/openssl/apps/cms.c
@@ -1280,6 +1280,7 @@ int cms_main(int argc, char **argv)
goto end;
}
if (ret <= 0) {
+ BIO_printf(bio_err, "Error writing CMS output\n");
ret = 6;
goto end;
}