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:
85e8dec
)
Oops, forgot to reorder extension request nids.
author
Dr. Stephen Henson
<steve@openssl.org>
Mon, 13 Sep 2004 22:39:49 +0000
(22:39 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Mon, 13 Sep 2004 22:39:49 +0000
(22:39 +0000)
crypto/x509/x509_req.c
patch
|
blob
|
history
diff --git
a/crypto/x509/x509_req.c
b/crypto/x509/x509_req.c
index 995ba36f1e87c71a8b1429378fe54bbf9ab7881b..59fc6ca5484be6456e3666b26ae4ad3aab3103af 100644
(file)
--- a/
crypto/x509/x509_req.c
+++ b/
crypto/x509/x509_req.c
@@
-118,7
+118,7
@@
EVP_PKEY *X509_REQ_get_pubkey(X509_REQ *req)
* used and there may be more: so the list is configurable.
*/
-static int ext_nid_list[] = { NID_
ms_ext_req, NID
_ext_req, NID_undef};
+static int ext_nid_list[] = { NID_
ext_req, NID_ms
_ext_req, NID_undef};
static int *ext_nids = ext_nid_list;