]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
apps.c: Remove a redundant error print-out
authorTomas Mraz <tomas@openssl.org>
Mon, 9 Oct 2023 09:39:12 +0000 (11:39 +0200)
committerTomas Mraz <tomas@openssl.org>
Thu, 19 Oct 2023 08:10:00 +0000 (10:10 +0200)
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)

apps/lib/apps.c

index 945ac1e716c100ca2a9d73c64018d567f586abd7..47d994b9c2f35a7bec5dcfdee144a6849589be5c 100644 (file)
@@ -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();