This fixes broken cherry-pick from the master branch
where there is a quiet argument.
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22434)
params, NULL, NULL);
}
if (ctx == NULL) {
- if (!quiet)
- BIO_printf(bio_err, "Could not open file or uri for loading");
+ BIO_printf(bio_err, "Could not open file or uri for loading");
goto end;
}
if (expect > 0 && !OSSL_STORE_expect(ctx, expect)) {
- if (!quiet)
- BIO_printf(bio_err, "Internal error trying to load");
+ BIO_printf(bio_err, "Internal error trying to load");
goto end;
}