Change functions to ANSI C.
[openssl.git] / apps / ciphers.c
index 146527790ef49cdc31584d386c44b9641b179f77..b02b64b5dfb15ab8992f434ff9bd241fd7cfa4a8 100644 (file)
@@ -77,9 +77,7 @@ static char *ciphers_usage[]={
 NULL
 };
 
-int MAIN(argc, argv)
-int argc;
-char **argv;
+int MAIN(int argc, char **argv)
        {
        int ret=1,i;
        int verbose=0;