Commit 53ec8809 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Add an explicit load_config() call so any added algorithms are

visible.
parent 86377906
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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