Update dependencies.
[oweals/openssl.git] / crypto / asn1 / x_algor.c
index 2d94b047fe32a20746b7787e290ad49d5f890cb7..fd6f3ee40dd0c6d3538672fe2f7eb57c78450b71 100644 (file)
 #include "cryptlib.h"
 #include <openssl/asn1_mac.h>
 
-/*
- * ASN1err(ASN1_F_D2I_X509_ALGOR,ERR_R_ASN1_LENGTH_MISMATCH);
- * ASN1err(ASN1_F_X509_ALGOR_NEW,ERR_R_EXPECTING_AN_ASN1_SEQUENCE);
- * ASN1err(ASN1_F_D2I_X509_ALGOR,ERR_R_ASN1_LENGTH_MISMATCH);
- */
-
 int i2d_X509_ALGOR(X509_ALGOR *a, unsigned char **pp)
        {
        M_ASN1_I2D_vars(a);