]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/lib/apps.c
apps.c: Remove a redundant error print-out
[thirdparty/openssl.git] / 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();