Update dependencies.
[oweals/openssl.git] / crypto / asn1 / x_x509.c
index d6938f7da0ef3c5ba5df1a1bf83f8c9cc72199b8..4962a1066f4a29e8d97d9d19a28402aad26b732e 100644 (file)
 #include <openssl/evp.h>
 #include <openssl/asn1_mac.h>
 
-/*
- * ASN1err(ASN1_F_D2I_X509,ERR_R_ASN1_LENGTH_MISMATCH);
- * ASN1err(ASN1_F_X509_NEW,ERR_R_BAD_GET_ASN1_OBJECT_CALL);
- */
-
 static ASN1_METHOD meth={
        (int (*)())  i2d_X509,
        (char *(*)())d2i_X509,