Remove NOPROTO definitions and error code comments.
[openssl.git] / crypto / bn / expspeed.c
index 07c36b2dd241c7b1a09ad49c59c06b9a171c4b1f..9edc5833f82bc851803875142c0e0509155a0680 100644 (file)
@@ -124,12 +124,7 @@ struct tms {
 #define BUFSIZE        ((long)1024*8)
 int run=0;
 
-#ifndef NOPROTO
 static double Time_F(int s);
-#else
-static double Time_F();
-#endif
-
 #define START  0
 #define STOP   1