Change functions to ANSI C.
[openssl.git] / crypto / x509v3 / v3_enum.c
index 8c0b37ce860d74939d0dc952fa0177dec0b5359b..eb9f7163c9179baa50dde8447c2d96802aab3e23 100644 (file)
@@ -84,14 +84,13 @@ i2d_ASN1_ENUMERATED,
 NULL, NULL, NULL, NULL, (char *)crl_reasons};
 
 
-static ASN1_ENUMERATED *asn1_enumerated_new()
+static ASN1_ENUMERATED *asn1_enumerated_new(void)
 {
        return ASN1_ENUMERATED_new();
 }
 
-char *i2s_ASN1_ENUMERATED_TABLE(method, e)
-X509V3_EXT_METHOD *method;
-ASN1_ENUMERATED *e;
+char *i2s_ASN1_ENUMERATED_TABLE(X509V3_EXT_METHOD *method,
+            ASN1_ENUMERATED *e)
 {
        ENUMERATED_NAMES *enam;
        long strval;