Remove NOPROTO definitions and error code comments.
[openssl.git] / crypto / asn1 / x_sig.c
index f9c2a57c0046d6dc09168536009911f0fea03b21..b7cd078ddbe659ce10872503a0c687c06b242d2e 100644 (file)
 #include "cryptlib.h"
 #include <openssl/asn1_mac.h>
 
-/*
- * ASN1err(ASN1_F_D2I_X509_SIG,ERR_R_ASN1_LENGTH_MISMATCH);
- * ASN1err(ASN1_F_X509_SIG_NEW,ERR_R_ASN1_LENGTH_MISMATCH);
- */
-
 int i2d_X509_SIG(X509_SIG *a, unsigned char **pp)
        {
        M_ASN1_I2D_vars(a);