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:
daef723
)
Reorder extensions to account for synced OID table.
author
Dr. Stephen Henson
<steve@openssl.org>
Wed, 22 Jun 2005 17:28:55 +0000
(17:28 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Wed, 22 Jun 2005 17:28:55 +0000
(17:28 +0000)
crypto/x509v3/ext_dat.h
patch
|
blob
|
history
diff --git
a/crypto/x509v3/ext_dat.h
b/crypto/x509v3/ext_dat.h
index 5e86de5c9ed90d543cfb13a76d58a67451cada18..35966846873a8bd1a098067b00c51a8ff8f46203 100644
(file)
--- a/
crypto/x509v3/ext_dat.h
+++ b/
crypto/x509v3/ext_dat.h
@@
-112,10
+112,10
@@
static X509V3_EXT_METHOD *standard_exts[] = {
#ifndef OPENSSL_NO_OCSP
&v3_crl_hold,
#endif
+&v3_pci,
&v3_name_constraints,
&v3_policy_mappings,
-&v3_inhibit_anyp,
-&v3_pci
+&v3_inhibit_anyp
};
/* Number of standard extensions */