mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
Add an explicit load_config() call so any added algorithms are
visible.
This commit is contained in:
parent
863779065e
commit
53ec8809cf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user