summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-07-13 15:55:37 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-07-13 15:55:37 +0000
commitdcc0c29876568314eb190dfd632a6366d1fc70a5 (patch)
treec9941cc6a73d5ef2a56638385b3e096e643ab4c4 /crypto
parentdb50661fce82a8f32bccaa7454be4041cbfad6d0 (diff)
We support inhibit any policy extension, add to table.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/x509v3/v3_purp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/x509v3/v3_purp.c b/crypto/x509v3/v3_purp.c
index f5f8d1c176..9d48db3fe3 100644
--- a/crypto/x509v3/v3_purp.c
+++ b/crypto/x509v3/v3_purp.c
@@ -294,7 +294,8 @@ int X509_supported_extension(X509_EXTENSION *ex)
NID_sbgp_autonomousSysNum, /* 291 */
#endif
NID_policy_constraints, /* 401 */
- NID_proxyCertInfo /* 663 */
+ NID_proxyCertInfo, /* 663 */
+ NID_inhibit_any_policy /* 748 */
};
int ex_nid;