Update dependencies.
[oweals/openssl.git] / crypto / asn1 / a_hdr.c
index d1bf08af4b8390373d5335ecf0d2183b2c6788e9..1171d3644397afbf25ee6ac3958a0af530237598 100644 (file)
 
 #include <stdio.h>
 #include "cryptlib.h"
-#include "asn1_mac.h"
-#include "asn1.h"
-
-/*
- * ASN1err(ASN1_F_D2I_ASN1_HEADER,ERR_R_ASN1_LENGTH_MISMATCH);
- * ASN1err(ASN1_F_I2D_ASN1_HEADER,ERR_R_BAD_GET_ASN1_OBJECT_CALL);
- * ASN1err(ASN1_F_I2D_ASN1_HEADER,ERR_R_BAD_GET_ASN1_OBJECT_CALL);
- * ASN1err(ASN1_F_ASN1_HEADER_NEW,ERR_R_BAD_GET_ASN1_OBJECT_CALL);
- */
+#include <openssl/asn1_mac.h>
+#include <openssl/asn1.h>
 
 int i2d_ASN1_HEADER(ASN1_HEADER *a, unsigned char **pp)
        {