Fix declaration inconsistency in ecparam.c.
diff --git a/apps/ecparam.c b/apps/ecparam.c index 010e214..06e4d66 100644 --- a/apps/ecparam.c +++ b/apps/ecparam.c
@@ -701,7 +701,7 @@ 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);