Moved some variable declarations inside blocks where they are needed
[openssl.git] / crypto / x509v3 / v3_int.c
index 7c69dd07407825a43d9f17a6ea21c9a1bf52debd..b27c0f4cc204a0dbda3c219f14e1817c7211cdde 100644 (file)
@@ -58,9 +58,9 @@
 
 #include <stdio.h>
 #include "cryptlib.h"
-#include "x509v3.h"
+#include <openssl/x509v3.h>
 
-static ASN1_INTEGER *asn1_integer_new();
+static ASN1_INTEGER *asn1_integer_new(void);
 
 X509V3_EXT_METHOD v3_crl_num = { 
 NID_crl_number, 0,