aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-04-01 23:42:53 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-04-01 23:42:53 +0000
commita0960a1d5b4f4b4fd59722bdca0cace5a6608659 (patch)
tree08ae9ea4d2b137874adfb93c35ab4babd77e1815 /crypto
parentba8608012a6b71b845786d6180c0814584a1807e (diff)
downloadopenssl-a0960a1d5b4f4b4fd59722bdca0cace5a6608659.tar.gz
Did a 'make errors' to update asn1 error codes now typo is fixed
Diffstat (limited to 'crypto')
-rw-r--r--crypto/asn1/asn1.err1
-rw-r--r--crypto/asn1/asn1.h1
-rw-r--r--crypto/asn1/asn1_err.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/crypto/asn1/asn1.err b/crypto/asn1/asn1.err
index 2f366bfba7..c4401ca873 100644
--- a/crypto/asn1/asn1.err
+++ b/crypto/asn1/asn1.err
@@ -178,7 +178,6 @@
#define ASN1_R_DATA_IS_WRONG 110
#define ASN1_R_DECODE_ERROR 155
#define ASN1_R_DECODING_ERROR 111
-#define ASN1_R_DEOCDE_ERROR 157
#define ASN1_R_ENCODE_ERROR 156
#define ASN1_R_ERROR_PARSING_SET_ELEMENT 112
#define ASN1_R_EXPECTING_AN_ENUMERATED 154
diff --git a/crypto/asn1/asn1.h b/crypto/asn1/asn1.h
index a46841ebfc..8309eb00a8 100644
--- a/crypto/asn1/asn1.h
+++ b/crypto/asn1/asn1.h
@@ -883,7 +883,6 @@ ASN1_STRING *ASN1_pack_string();
#define ASN1_R_DATA_IS_WRONG 110
#define ASN1_R_DECODE_ERROR 155
#define ASN1_R_DECODING_ERROR 111
-#define ASN1_R_DEOCDE_ERROR 157
#define ASN1_R_ENCODE_ERROR 156
#define ASN1_R_ERROR_PARSING_SET_ELEMENT 112
#define ASN1_R_EXPECTING_AN_ENUMERATED 154
diff --git a/crypto/asn1/asn1_err.c b/crypto/asn1/asn1_err.c
index 54f052a7f8..7def93fb86 100644
--- a/crypto/asn1/asn1_err.c
+++ b/crypto/asn1/asn1_err.c
@@ -243,7 +243,6 @@ static ERR_STRING_DATA ASN1_str_reasons[]=
{ASN1_R_DATA_IS_WRONG ,"data is wrong"},
{ASN1_R_DECODE_ERROR ,"decode error"},
{ASN1_R_DECODING_ERROR ,"decoding error"},
-{ASN1_R_DEOCDE_ERROR ,"deocde error"},
{ASN1_R_ENCODE_ERROR ,"encode error"},
{ASN1_R_ERROR_PARSING_SET_ELEMENT ,"error parsing set element"},
{ASN1_R_EXPECTING_AN_ENUMERATED ,"expecting an enumerated"},