From 3a160f1dc6c312495d65fdfabd8f86c0071975c2 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Sat, 24 Jan 2004 16:51:59 +0000 Subject: [PATCH] Fix declaration inconsistency in ecparam.c. --- apps/ecparam.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ecparam.c b/apps/ecparam.c index 010e214e57..06e4d66021 100644 --- a/apps/ecparam.c +++ b/apps/ecparam.c @@ -701,7 +701,7 @@ end: OPENSSL_EXIT(ret); } -int ecparam_print_var(BIO *out, BIGNUM *in, const char *var, +static int ecparam_print_var(BIO *out, BIGNUM *in, const char *var, int len, unsigned char *buffer) { BIO_printf(out, "static unsigned char %s_%d[] = {", var, len); -- 2.34.1