Update from HEAD.
This commit is contained in:
parent
811e08a2c5
commit
2bf4b96aef
1 changed files with 2 additions and 1 deletions
|
@ -292,7 +292,8 @@ int X509_supported_extension(X509_EXTENSION *ex)
|
|||
NID_sbgp_autonomousSysNum, /* 291 */
|
||||
#endif
|
||||
NID_policy_constraints, /* 401 */
|
||||
NID_proxyCertInfo /* 661 */
|
||||
NID_proxyCertInfo, /* 661 */
|
||||
NID_inhibit_any_policy /* 748 */
|
||||
};
|
||||
|
||||
int ex_nid;
|
||||
|
|
Loading…
Reference in a new issue