aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509v3
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-02-20 11:50:07 +0000
committerBen Laurie <ben@openssl.org>1999-02-20 11:50:07 +0000
commit4004dbb7f621bb771c695232ec2da602db19a3b9 (patch)
treec8be8b333627ca484b3602f0ddea61d7479d7922 /crypto/x509v3
parentc74f1eb9bde5c66be3d6685dcc395f39a53add55 (diff)
downloadopenssl-4004dbb7f621bb771c695232ec2da602db19a3b9.tar.gz
Generate errors when public/private key check is done.
Diffstat (limited to 'crypto/x509v3')
-rw-r--r--crypto/x509v3/v3err.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/x509v3/v3err.c b/crypto/x509v3/v3err.c
index 633c53045c..cee230ec4f 100644
--- a/crypto/x509v3/v3err.c
+++ b/crypto/x509v3/v3err.c
@@ -64,7 +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_ENUMERATED,0), "I2S_ASN1_ENUMERATED"},
+{ERR_PACK(0,X509V3_F_I2S_ASN1_ENUMERATED,0), "i2s_ASN1_ENUMERATED"},
{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"},