From 2ac6115d9ee35308300b82d96078d03d81e7d320 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 14 Jun 2016 15:49:05 +0200 Subject: Deal with the consequences of constifying getters MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Stephen Henson Reviewed-by: Emilia Käsper --- apps/dsaparam.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/dsaparam.c') diff --git a/apps/dsaparam.c b/apps/dsaparam.c index cd2ca4c3f7..404266009e 100644 --- a/apps/dsaparam.c +++ b/apps/dsaparam.c @@ -215,7 +215,7 @@ int dsaparam_main(int argc, char **argv) } if (C) { - BIGNUM *p = NULL, *q = NULL, *g = NULL; + const BIGNUM *p = NULL, *q = NULL, *g = NULL; unsigned char *data; int len, bits_p; -- cgit v1.2.3