Deal with the consequences of constifying getters
[openssl.git] / apps / apps.c
index fca3775b770fe51e646e01ad95281268861b40b3..ec1cfe9927b12942787707d9a3b7f6a7cb9d3390 100644 (file)
@@ -1148,7 +1148,7 @@ void print_name(BIO *out, const char *title, X509_NAME *nm,
     }
 }
 
-void print_bignum_var(BIO *out, BIGNUM *in, const char *var,
+void print_bignum_var(BIO *out, const BIGNUM *in, const char *var,
                       int len, unsigned char *buffer)
 {
     BIO_printf(out, "    static unsigned char %s_%d[] = {", var, len);