Change functions to ANSI C.
[openssl.git] / crypto / bn / exptest.c
index 1ec61c2c87be40b0bc1ccad2aca8990b545fe048..4816344f560904d61ed204b2c05f2d7947c2af8a 100644 (file)
@@ -69,9 +69,7 @@
 
 #define NUM_BITS       (BN_BITS*2)
 
-int main(argc,argv)
-int argc;
-char *argv[];
+int main(int argc, char *argv[])
        {
        BN_CTX *ctx;
        BIO *out=NULL;