Update dependencies.
[oweals/openssl.git] / crypto / asn1 / x_sig.c
index b0675b74c3b96224caf31246dc8f2a1b766cf10e..b7cd078ddbe659ce10872503a0c687c06b242d2e 100644 (file)
 
 #include <stdio.h>
 #include "cryptlib.h"
-#include "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);
- */
+#include <openssl/asn1_mac.h>
 
 int i2d_X509_SIG(X509_SIG *a, unsigned char **pp)
        {