aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/ext_dat.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2005-06-22 13:26:23 +0000
committerDr. Stephen Henson <steve@openssl.org>2005-06-22 13:26:23 +0000
commitf5d51a9362436874bec5207305ca6c34b9d83c83 (patch)
tree4262cc2a66808d1e0edb6d11024f679767ea8533 /crypto/x509v3/ext_dat.h
parent0fc6b2c9e28fb573b670eb205e2ddda74387b5aa (diff)
downloadopenssl-f5d51a9362436874bec5207305ca6c34b9d83c83.tar.gz
Fix extension ordering.
Diffstat (limited to 'crypto/x509v3/ext_dat.h')
-rw-r--r--crypto/x509v3/ext_dat.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/x509v3/ext_dat.h b/crypto/x509v3/ext_dat.h
index 3ee4bffe39..5e86de5c9e 100644
--- 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 */