summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/v3err.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2003-03-20 18:26:44 +0100
committerDr. Stephen Henson <steve@openssl.org>2003-03-20 18:26:44 +0100
commita1d12daed2087944f3530f6ec4b5ec23f36ce41a (patch)
treeaf91118745783bad8b48f9645780ec052d77590a /crypto/x509v3/v3err.c
parentTypo: OID should be policyMappings (diff)
downloadopenssl-a1d12daed2087944f3530f6ec4b5ec23f36ce41a.tar.xz
openssl-a1d12daed2087944f3530f6ec4b5ec23f36ce41a.zip
Support for policyMappings
Diffstat (limited to 'crypto/x509v3/v3err.c')
-rw-r--r--crypto/x509v3/v3err.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/x509v3/v3err.c b/crypto/x509v3/v3err.c
index 28f44e00c6..80b821dda1 100644
--- a/crypto/x509v3/v3err.c
+++ b/crypto/x509v3/v3err.c
@@ -98,6 +98,7 @@ static ERR_STRING_DATA X509V3_str_functs[]=
{ERR_PACK(0,X509V3_F_V2I_EXT_KU,0), "V2I_EXT_KU"},
{ERR_PACK(0,X509V3_F_V2I_GENERAL_NAME,0), "v2i_GENERAL_NAME"},
{ERR_PACK(0,X509V3_F_V2I_GENERAL_NAMES,0), "v2i_GENERAL_NAMES"},
+{ERR_PACK(0,X509V3_F_V2I_POLICY_MAPPINGS,0), "V2I_POLICY_MAPPINGS"},
{ERR_PACK(0,X509V3_F_V3_GENERIC_EXTENSION,0), "V3_GENERIC_EXTENSION"},
{ERR_PACK(0,X509V3_F_X509V3_ADD_I2D,0), "X509V3_ADD_I2D"},
{ERR_PACK(0,X509V3_F_X509V3_ADD_VALUE,0), "X509V3_add_value"},