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:
0fc6b2c
)
Fix extension ordering.
author
Dr. Stephen Henson
<steve@openssl.org>
Wed, 22 Jun 2005 13:26:23 +0000
(13:26 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Wed, 22 Jun 2005 13:26:23 +0000
(13:26 +0000)
crypto/x509v3/ext_dat.h
patch
|
blob
|
history
diff --git
a/crypto/x509v3/ext_dat.h
b/crypto/x509v3/ext_dat.h
index 3ee4bffe39bfbe104971fdfdbb9675db59bb7700..5e86de5c9ed90d543cfb13a76d58a67451cada18 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_policy_mappings,
&v3_name_constraints,
-&v3_inhibit_anyp
+&v3_policy_mappings,
+&v3_inhibit_anyp,
+&v3_pci
};
/* Number of standard extensions */