summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2023-10-09 11:39:12 +0200
committerTomas Mraz <tomas@openssl.org>2023-10-19 10:10:00 +0200
commit1d768852e938ea1b4c6076df0c5a1e59f9027f8c (patch)
treedfe91e3434ce4d0171d413d15a88491b0e0b058e /apps
parentedc2b6e3b1950ab0fb71e2d7dca0836b43a9ec3b (diff)
apps.c: Remove a redundant error print-out
Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22318)
Diffstat (limited to 'apps')
-rw-r--r--apps/lib/apps.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/lib/apps.c b/apps/lib/apps.c
index 945ac1e716..47d994b9c2 100644
--- a/apps/lib/apps.c
+++ b/apps/lib/apps.c
@@ -1106,8 +1106,6 @@ int load_key_certs_crls(const char *uri, int format, int maybe_stdin,
failed = FAIL_NAME;
if (failed != NULL && !quiet)
BIO_printf(bio_err, "Could not find");
- } else if (!quiet) {
- BIO_printf(bio_err, "Could not read");
}
if (failed != NULL && !quiet) {
unsigned long err = ERR_peek_last_error();