Add prototype.
authorBen Laurie <ben@openssl.org>
Sun, 1 May 2005 13:49:56 +0000 (13:49 +0000)
committerBen Laurie <ben@openssl.org>
Sun, 1 May 2005 13:49:56 +0000 (13:49 +0000)
apps/prime.c

index 1753b3ebc1ca92db35615604ce01378a1604451d..36bbe0841c7ad1fb38282bee812babe733023e30 100644 (file)
@@ -56,6 +56,8 @@
 #undef PROG
 #define PROG prime_main
 
+int MAIN(int, char **);
+
 int MAIN(int argc, char **argv)
     {
     int hex=0;