Obey $(PERL) when running util/mklink.pl.
[openssl.git] / crypto / x509v3 / v3_int.c
index 03b1c2539a6d5baffb111c5a771f887f652d3d64..33239dd6c09db8fd8493c84c478e1cbc041190ba 100644 (file)
@@ -58,7 +58,7 @@
 
 #include <stdio.h>
 #include "cryptlib.h"
-#include "x509v3.h"
+#include <openssl/x509v3.h>
 
 static ASN1_INTEGER *asn1_integer_new();
 
@@ -72,7 +72,7 @@ i2d_ASN1_INTEGER,
 NULL, NULL, NULL, NULL, NULL};
 
 
-static ASN1_INTEGER *asn1_integer_new()
+static ASN1_INTEGER *asn1_integer_new(void)
 {
        return ASN1_INTEGER_new();
 }