summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/v3err.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-02-19 01:29:29 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-02-19 01:29:29 +0000
commit0ca5f8b15c927d56004d3b53744ab68e6ec1b79b (patch)
treea04d70b9b38d66f1b52aa45ccddc39051da5ce14 /crypto/x509v3/v3err.c
parent6b056c414d1a80055405976ddf09d4dfee85ecf8 (diff)
Overhaul 'crl' application, add a proper X509_CRL_print function and start
to support CRL extensions.
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 50dff95263..41367e00e7 100644
--- a/crypto/x509v3/v3err.c
+++ b/crypto/x509v3/v3err.c
@@ -64,6 +64,7 @@
static ERR_STRING_DATA X509V3_str_functs[]=
{
{ERR_PACK(0,X509V3_F_HEX_TO_STRING,0), "hex_to_string"},
+{ERR_PACK(0,X509V3_F_I2S_ASN1_INTEGER,0), "I2S_ASN1_INTEGER"},
{ERR_PACK(0,X509V3_F_S2I_ASN1_IA5STRING,0), "S2I_ASN1_IA5STRING"},
{ERR_PACK(0,X509V3_F_S2I_ASN1_OCTET_STRING,0), "s2i_ASN1_OCTET_STRING"},
{ERR_PACK(0,X509V3_F_S2I_ASN1_SKEY_ID,0), "S2I_ASN1_SKEY_ID"},