From 44c83ebd7089825a82545c9cacc4c4e2de81d001 Mon Sep 17 00:00:00 2001 From: FdaSilvaYY Date: Sun, 13 Mar 2016 14:07:50 +0100 Subject: Constify command options Reviewed-by: Kurt Roeckx Reviewed-by: Richard Levitte Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/1694) --- 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 404266009e..027597b666 100644 --- a/apps/dsaparam.c +++ b/apps/dsaparam.c @@ -44,7 +44,7 @@ typedef enum OPTION_choice { OPT_TIMEBOMB } OPTION_CHOICE; -OPTIONS dsaparam_options[] = { +const OPTIONS dsaparam_options[] = { {"help", OPT_HELP, '-', "Display this summary"}, {"inform", OPT_INFORM, 'F', "Input format - DER or PEM"}, {"in", OPT_IN, '<', "Input file"}, -- cgit v1.2.3