Obey $(PERL) when running util/mklink.pl.
[openssl.git] / crypto / x509v3 / v3_int.c
index 6c966b3265c4ddb58f18742634d1d5c939040fd1..33239dd6c09db8fd8493c84c478e1cbc041190ba 100644 (file)
  */
 
 #include <stdio.h>
-#include <stdlib.h>
-#include <pem.h>
-#include <err.h>
-#include "x509v3.h"
+#include "cryptlib.h"
+#include <openssl/x509v3.h>
 
 static ASN1_INTEGER *asn1_integer_new();
 
@@ -71,10 +69,10 @@ NID_crl_number, 0,
 i2d_ASN1_INTEGER,
 (X509V3_EXT_I2S)i2s_ASN1_INTEGER,
 (X509V3_EXT_S2I)NULL,
-NULL, NULL, NULL, NULL};
+NULL, NULL, NULL, NULL, NULL};
 
 
-static ASN1_INTEGER *asn1_integer_new()
+static ASN1_INTEGER *asn1_integer_new(void)
 {
        return ASN1_INTEGER_new();
 }