Obey $(PERL) when running util/mklink.pl.
[openssl.git] / crypto / asn1 / x_exten.c
index 15c46e3526f1f8748ed52875a274da167cd46b30..9573b11c9eb1000f1dea2d6965dbf37aa496fdfd 100644 (file)
 
 #include <stdio.h>
 #include "cryptlib.h"
-#include "objects.h"
-#include "asn1_mac.h"
-
-/*
- * ASN1err(ASN1_F_D2I_X509_EXTENSION,ERR_R_ASN1_LENGTH_MISMATCH);
- * ASN1err(ASN1_F_X509_EXTENSION_NEW,ERR_R_ASN1_LENGTH_MISMATCH);
- */
+#include <openssl/objects.h>
+#include <openssl/asn1_mac.h>
 
 int i2d_X509_EXTENSION(X509_EXTENSION *a, unsigned char **pp)
        {