Change functions to ANSI C.
[openssl.git] / crypto / x509v3 / v3_int.c
index 03b1c2539a6d5baffb111c5a771f887f652d3d64..7c69dd07407825a43d9f17a6ea21c9a1bf52debd 100644 (file)
@@ -72,7 +72,7 @@ i2d_ASN1_INTEGER,
 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();
 }
 {
        return ASN1_INTEGER_new();
 }