summaryrefslogtreecommitdiffstats
path: root/apps/crl2p7.c
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@openssl.org>2000-02-11 09:47:18 +0000
committerRalf S. Engelschall <rse@openssl.org>2000-02-11 09:47:18 +0000
commit667ac4ec6a9afb23a07dc7c695dbc5be0f2c83cd (patch)
treeea0ebfbb8853bb97d6f361beb958a85eac8a7f22 /apps/crl2p7.c
parentbb325c7d6a724f66615965478d670456e1c922d2 (diff)
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/crl2p7.c')
-rw-r--r--apps/crl2p7.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/crl2p7.c b/apps/crl2p7.c
index 8514be2a4f..4056591676 100644
--- a/apps/crl2p7.c
+++ b/apps/crl2p7.c
@@ -82,6 +82,8 @@ static int add_certs_from_file(STACK_OF(X509) *stack, char *certfile);
* -out arg - output file - default stdout
*/
+int MAIN(int, char **);
+
int MAIN(int argc, char **argv)
{
int i,badops=0;