use keyformat for -x509toreq, don't hard code PEM
This commit is contained in:
parent
e8f31f80d1
commit
1fe83b4afe
1 changed files with 1 additions and 1 deletions
|
@ -987,7 +987,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…
Reference in a new issue