Remove NOPROTO definitions and error code comments.
[openssl.git] / crypto / asn1 / a_print.c
index 4e50f6ec8b98cd874eab802386e9fc3fc2936f97..3d7629089c9a6366d57f7bb66fb3fe4d05018830 100644 (file)
 #include "cryptlib.h"
 #include <openssl/asn1.h>
 
-/* ASN1err(ASN1_F_D2I_ASN1_PRINT_TYPE,ASN1_R_WRONG_PRINTABLE_TYPE);
- * ASN1err(ASN1_F_D2I_ASN1_PRINT_TYPE,ASN1_R_TAG_VALUE_TOO_HIGH);
- */
-
 int i2d_ASN1_IA5STRING(ASN1_IA5STRING *a, unsigned char **pp)
        { return(M_i2d_ASN1_IA5STRING(a,pp)); }