summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/apps/ecparam.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libssl/src/apps/ecparam.c')
-rw-r--r--lib/libssl/src/apps/ecparam.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libssl/src/apps/ecparam.c b/lib/libssl/src/apps/ecparam.c
index c7d4647852a..e8e843ed20e 100644
--- a/lib/libssl/src/apps/ecparam.c
+++ b/lib/libssl/src/apps/ecparam.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ecparam.c,v 1.22 2014/07/12 17:54:31 jsing Exp $ */
+/* $OpenBSD: ecparam.c,v 1.23 2014/07/14 00:35:10 deraadt Exp $ */
/*
* Written by Nils Larsch for the OpenSSL project.
*/
@@ -115,7 +115,7 @@ static int ecparam_print_var(BIO *, BIGNUM *, const char *, int, unsigned char *
int ecparam_main(int, char **);
-int
+int
ecparam_main(int argc, char **argv)
{
EC_GROUP *group = NULL;
@@ -584,11 +584,11 @@ end:
BIO_free_all(out);
if (group != NULL)
EC_GROUP_free(group);
-
+
return (ret);
}
-static int
+static int
ecparam_print_var(BIO * out, BIGNUM * in, const char *var,
int len, unsigned char *buffer)
{