Obey $(PERL) when running util/mklink.pl.
[openssl.git] / crypto / x509v3 / v3_int.c
index 199ba104c87b0fa9afe2846004141556640491ce..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();
 
@@ -69,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();
 }