Fix declaration inconsistency in ecparam.c.
This commit is contained in:
parent
7f24b1c3e9
commit
3a160f1dc6
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue