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/ciphers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/ciphers.c') diff --git a/apps/ciphers.c b/apps/ciphers.c index c0f43ea..7b99757 100644 --- a/apps/ciphers.c +++ b/apps/ciphers.c @@ -26,7 +26,7 @@ typedef enum OPTION_choice { OPT_V, OPT_UPPER_V, OPT_S } OPTION_CHOICE; -OPTIONS ciphers_options[] = { +const OPTIONS ciphers_options[] = { {"help", OPT_HELP, '-', "Display this summary"}, {"v", OPT_V, '-', "Verbose listing of the SSL/TLS ciphers"}, {"V", OPT_UPPER_V, '-', "Even more verbose"}, -- cgit v1.1