mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
Fix extension ordering.
This commit is contained in:
parent
0fc6b2c9e2
commit
f5d51a9362
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user