summaryrefslogtreecommitdiffstats
path: root/apps/openssl.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/openssl.c')
-rw-r--r--apps/openssl.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/openssl.c b/apps/openssl.c
index 26c7297d66..a9f3df0955 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