From dcc0c29876568314eb190dfd632a6366d1fc70a5 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sun, 13 Jul 2008 15:55:37 +0000 Subject: [PATCH] We support inhibit any policy extension, add to table. --- crypto/x509v3/v3_purp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.25.1