aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/ext_dat.h
diff options
context:
space:
mode:
authorNils Larsch <nils@openssl.org>2006-12-18 22:20:27 +0000
committerNils Larsch <nils@openssl.org>2006-12-18 22:20:27 +0000
commit360ff3cf58df504e4fdef7cfa5505f55103cd51a (patch)
treec4142aac9d6a0285c1eb1e54b752f69713fc8c4c /crypto/x509v3/ext_dat.h
parent5dfe9100236cbd9097187375606a6f80f2804565 (diff)
downloadopenssl-360ff3cf58df504e4fdef7cfa5505f55103cd51a.tar.gz
fix order
Diffstat (limited to 'crypto/x509v3/ext_dat.h')
-rw-r--r--crypto/x509v3/ext_dat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/x509v3/ext_dat.h b/crypto/x509v3/ext_dat.h
index 1c94bffc8f..a6d91765b7 100644
--- a/crypto/x509v3/ext_dat.h
+++ b/crypto/x509v3/ext_dat.h
@@ -117,10 +117,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_idp
};