From: Ralf S. Engelschall Date: Thu, 24 Feb 2000 10:37:58 +0000 (+0000) Subject: Make gcc 2.95.2 happy here, too. X-Git-Tag: OpenSSL_0_9_5beta2~92 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=07fb39c32e62cc8fb710e07c20c66b6f22398246;p=oweals%2Fopenssl.git Make gcc 2.95.2 happy here, too. --- diff --git a/apps/passwd.c b/apps/passwd.c index d3893d7f83..c7e21d2081 100644 --- a/apps/passwd.c +++ b/apps/passwd.c @@ -54,6 +54,8 @@ static int do_passwd(int passed_salt, char **salt_p, char **salt_malloc_p, * -reverse - switch table columns */ +int MAIN(int, char **); + int MAIN(int argc, char **argv) { int ret = 1;