Fix declaration inconsistency in ecparam.c.
authorAndy Polyakov <appro@openssl.org>
Sat, 24 Jan 2004 16:51:59 +0000 (16:51 +0000)
committerAndy Polyakov <appro@openssl.org>
Sat, 24 Jan 2004 16:51:59 +0000 (16:51 +0000)
apps/ecparam.c

index 010e214e5711bb616ea08ff24a979333cf30f9ae..06e4d660215492451e6c2cd0250c48e8f99c3a48 100644 (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);