Reorder extensions to account for synced OID table.

This commit is contained in:
Dr. Stephen Henson
2005-06-22 17:28:55 +00:00
parent daef72316f
commit c4b13b0268

View File

@@ -112,10 +112,10 @@ static X509V3_EXT_METHOD *standard_exts[] = {
#ifndef OPENSSL_NO_OCSP #ifndef OPENSSL_NO_OCSP
&v3_crl_hold, &v3_crl_hold,
#endif #endif
&v3_pci,
&v3_name_constraints, &v3_name_constraints,
&v3_policy_mappings, &v3_policy_mappings,
&v3_inhibit_anyp, &v3_inhibit_anyp
&v3_pci
}; };
/* Number of standard extensions */ /* Number of standard extensions */