diff options
author | Ralf S. Engelschall <rse@openssl.org> | 2000-02-24 10:37:58 +0000 |
---|---|---|
committer | Ralf S. Engelschall <rse@openssl.org> | 2000-02-24 10:37:58 +0000 |
commit | 07fb39c32e62cc8fb710e07c20c66b6f22398246 (patch) | |
tree | c131bb4cc174a3de95c4c9c44c96ce815c3bba3d /apps | |
parent | 8d5b4ee1cab7cd02f9fe246fb60d7d018a315a86 (diff) | |
download | openssl-new-07fb39c32e62cc8fb710e07c20c66b6f22398246.tar.gz |
Make gcc 2.95.2 happy here, too.
Diffstat (limited to 'apps')
-rw-r--r-- | apps/passwd.c | 2 |
1 files changed, 2 insertions, 0 deletions
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; |