Revert the size_t modifications from HEAD that had led to more
[openssl.git] / crypto / rand / randtest.c
index ef057c2c3132b9a2bb7d451598d94c2c7a989f50..9e92a70b033c032de9e23983f1a63b9fb59d11ce 100644 (file)
@@ -65,7 +65,7 @@
 /* some FIPS 140-1 random number test */
 /* some simple tests */
 
-int main()
+int main(int argc,char **argv)
        {
        unsigned char buf[2500];
        int i,j,k,s,sign,nsign,err=0;