Fix declaration inconsistency in ecparam.c.

This commit is contained in:
Andy Polyakov 2004-01-24 16:51:59 +00:00
parent 7f24b1c3e9
commit 3a160f1dc6

View file

@ -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);