summaryrefslogtreecommitdiffstats
path: root/apps/sc.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/sc.c')
-rw-r--r--apps/sc.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/apps/sc.c b/apps/sc.c
index fccd805921..816040d28a 100644
--- a/apps/sc.c
+++ b/apps/sc.c
@@ -110,7 +110,7 @@ static void print_stuff();
static BIO *bio_c_out=NULL;
static int c_quiet=0;
-static void sc_usage()
+static void sc_usage(void)
{
BIO_printf(bio_err,"usage: client args\n");
BIO_printf(bio_err,"\n");
@@ -143,9 +143,7 @@ static void sc_usage()
}
-int MAIN(argc, argv)
-int argc;
-char **argv;
+int MAIN(int argc, char **argv)
{
int off=0;
SSL *con=NULL,*con2=NULL;