projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2035bf
)
use keyformat for -x509toreq, don't hard code PEM
author
Dr. Stephen Henson
<steve@openssl.org>
Fri, 23 Sep 2011 21:48:34 +0000
(21:48 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Fri, 23 Sep 2011 21:48:34 +0000
(21:48 +0000)
apps/x509.c
patch
|
blob
|
history
diff --git
a/apps/x509.c
b/apps/x509.c
index e402f6a4e00b2f5e3fc2f6ec6ddc36deb25e22d7..3863ab968dadb8539712b7e1a40c359a763a15e5 100644
(file)
--- a/
apps/x509.c
+++ b/
apps/x509.c
@@
-999,7
+999,7
@@
bad:
else
{
pk=load_key(bio_err,
- keyfile,
FORMAT_PEM
, 0,
+ keyfile,
keyformat
, 0,
passin, e, "request key");
if (pk == NULL) goto end;
}