diff options
author | Ralf S. Engelschall <rse@openssl.org> | 2000-02-11 09:47:18 +0000 |
---|---|---|
committer | Ralf S. Engelschall <rse@openssl.org> | 2000-02-11 09:47:18 +0000 |
commit | 667ac4ec6a9afb23a07dc7c695dbc5be0f2c83cd (patch) | |
tree | ea0ebfbb8853bb97d6f361beb958a85eac8a7f22 /apps/verify.c | |
parent | bb325c7d6a724f66615965478d670456e1c922d2 (diff) | |
download | openssl-new-667ac4ec6a9afb23a07dc7c695dbc5be0f2c83cd.tar.gz |
Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wcast-align
-Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline''.
Diffstat (limited to 'apps/verify.c')
-rw-r--r-- | apps/verify.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/verify.c b/apps/verify.c index a69c5d88f8..df596ca042 100644 --- a/apps/verify.c +++ b/apps/verify.c @@ -74,6 +74,8 @@ static int check(X509_STORE *ctx,char *file, STACK_OF(X509)*other, int purpose); static STACK_OF(X509) *load_untrusted(char *file); static int v_verbose=0; +int MAIN(int, char **); + int MAIN(int argc, char **argv) { int i,ret=1; |