Remove NOPROTO definitions and error code comments.
[openssl.git] / crypto / asn1 / x_x509.c
index f1459a7989e6f8d59606650ec05e6d9ea2a38fad..4962a1066f4a29e8d97d9d19a28402aad26b732e 100644 (file)
 
 #include <stdio.h>
 #include "cryptlib.h"
-#include "evp.h"
-#include "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);
- */
+#include <openssl/evp.h>
+#include <openssl/asn1_mac.h>
 
 static ASN1_METHOD meth={
        (int (*)())  i2d_X509,