From: Ben Laurie Date: Sun, 1 May 2005 13:49:56 +0000 (+0000) Subject: Add prototype. X-Git-Tag: BEN_FIPS_TEST_8~42^2~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ff469d38d47c6e94b8b5b506bda03dbfd158356;p=openssl Add prototype. --- diff --git a/apps/prime.c b/apps/prime.c index 1753b3ebc1..36bbe0841c 100644 --- a/apps/prime.c +++ b/apps/prime.c @@ -56,6 +56,8 @@ #undef PROG #define PROG prime_main +int MAIN(int, char **); + int MAIN(int argc, char **argv) { int hex=0;