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/spkac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/spkac.c') diff --git a/apps/spkac.c b/apps/spkac.c index c65103d6a0..70eeafc8ca 100644 --- a/apps/spkac.c +++ b/apps/spkac.c @@ -27,7 +27,7 @@ typedef enum OPTION_choice { OPT_SPKSECT } OPTION_CHOICE; -OPTIONS spkac_options[] = { +const OPTIONS spkac_options[] = { {"help", OPT_HELP, '-', "Display this summary"}, {"in", OPT_IN, '<', "Input file"}, {"out", OPT_OUT, '>', "Output file"}, -- cgit v1.2.3