Fix various things to let OpenSSL even pass ``egcc -pipe -O2 -Wall -Wshadow
[openssl.git] / crypto / x509v3 / v3_enum.c
index e76229da76782fa26ad4f04090b1759788b061ff..05af992f6d8e7936bee6aad7743b0dd931c75a45 100644 (file)
@@ -60,7 +60,7 @@
 #include "cryptlib.h"
 #include <openssl/x509v3.h>
 
-static ASN1_ENUMERATED *asn1_enumerated_new();
+static ASN1_ENUMERATED *asn1_enumerated_new(void);
 
 static ENUMERATED_NAMES crl_reasons[] = {
 {0, "Unspecified", "unspecified"},