Commit a0960a1d authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Did a 'make errors' to update asn1 error codes now typo is fixed

parent ba860801
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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"},