Did a 'make errors' to update asn1 error codes now typo is fixed
authorDr. Stephen Henson <steve@openssl.org>
Thu, 1 Apr 1999 23:42:53 +0000 (23:42 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 1 Apr 1999 23:42:53 +0000 (23:42 +0000)
crypto/asn1/asn1.err
crypto/asn1/asn1.h
crypto/asn1/asn1_err.c

index 2f366bfba761d046dd904fddf0ee423533a94333..c4401ca873b979aad3115c89ea4cd678fc5ccd32 100644 (file)
 #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
index a46841ebfcaa08b7645778643f76f09bee99492b..8309eb00a8b8ef0187dc5fbc404320971381f2d0 100644 (file)
@@ -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
index 54f052a7f89d484b72f3b0f3c7a699e92e584bf9..7def93fb86fb88f53d73cc80d3f0a177bd9498f6 100644 (file)
@@ -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"},