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)
This commit is contained in:
Tomas Mraz 2023-10-09 11:39:12 +02:00
parent edc2b6e3b1
commit 1d768852e9
1 changed files with 0 additions and 2 deletions

View 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();