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

visible.
This commit is contained in:
Dr. Stephen Henson 2006-04-04 18:47:20 +00:00
parent 863779065e
commit 53ec8809cf

View File

@ -432,6 +432,10 @@ static int do_cmd(LHASH *prog, int argc, char *argv[])
bio_stdout = BIO_push(tmpbio, bio_stdout); bio_stdout = BIO_push(tmpbio, bio_stdout);
} }
#endif #endif
if (!load_config(bio_err, NULL))
goto end;
if (list_type == FUNC_TYPE_PKEY) if (list_type == FUNC_TYPE_PKEY)
list_pkey(bio_stdout); list_pkey(bio_stdout);
else else