From 53ec8809cf2566c7b5c39e9ce58867ffdbd120be Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Tue, 4 Apr 2006 18:47:20 +0000 Subject: [PATCH] Add an explicit load_config() call so any added algorithms are visible. --- apps/openssl.c | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.25.1