diff --git a/apps/openssl.c b/apps/openssl.c index 26c7297d6..a9f3df095 100644 --- a/apps/openssl.c +++ b/apps/openssl.c @@ -432,6 +432,10 @@ static int do_cmd(LHASH *prog, int argc, char *argv[]) bio_stdout = BIO_push(tmpbio, bio_stdout); } #endif + + if (!load_config(bio_err, NULL)) + goto end; + if (list_type == FUNC_TYPE_PKEY) list_pkey(bio_stdout); else