fix order

This commit is contained in:
Nils Larsch
2006-12-18 22:20:27 +00:00
parent 5dfe910023
commit 360ff3cf58
2 changed files with 2 additions and 2 deletions

View File

@@ -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
};