use keyformat for -x509toreq, don't hard code PEM
This commit is contained in:
parent
85e776885b
commit
91a1d08a4c
@ -969,7 +969,7 @@ bad:
|
||||
else
|
||||
{
|
||||
pk=load_key(bio_err,
|
||||
keyfile, FORMAT_PEM, 0,
|
||||
keyfile, keyformat, 0,
|
||||
passin, e, "request key");
|
||||
if (pk == NULL) goto end;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user