Skip to content

Commit

Permalink
apps.c: Remove a redundant error print-out
Browse files Browse the repository at this point in the history
Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from #22318)
  • Loading branch information
t8m committed Oct 19, 2023
1 parent edc2b6e commit 1d76885
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/lib/apps.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 1d76885

Please sign in to comment.