提交 360ff3cf 编写于 作者: N Nils Larsch

fix order

上级 5dfe9100
...@@ -117,10 +117,10 @@ static X509V3_EXT_METHOD *standard_exts[] = { ...@@ -117,10 +117,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,
&v3_idp &v3_idp
}; };
......
...@@ -293,7 +293,7 @@ int X509_supported_extension(X509_EXTENSION *ex) ...@@ -293,7 +293,7 @@ int X509_supported_extension(X509_EXTENSION *ex)
NID_sbgp_ipAddrBlock, /* 290 */ NID_sbgp_ipAddrBlock, /* 290 */
NID_sbgp_autonomousSysNum, /* 291 */ NID_sbgp_autonomousSysNum, /* 291 */
#endif #endif
NID_proxyCertInfo /* 661 */ NID_proxyCertInfo /* 663 */
}; };
int ex_nid; int ex_nid;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册