Fix various things to let OpenSSL even pass ``egcc -pipe -O2 -Wall -Wshadow
[openssl.git] / crypto / x509v3 / v3_int.c
index 33239dd6c09db8fd8493c84c478e1cbc041190ba..b27c0f4cc204a0dbda3c219f14e1817c7211cdde 100644 (file)
@@ -60,7 +60,7 @@
 #include "cryptlib.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,