Commit 3a160f1d authored by Andy Polyakov's avatar Andy Polyakov
Browse files

Fix declaration inconsistency in ecparam.c.

parent 7f24b1c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);