]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/ciphers.c
Constify command options
[thirdparty/openssl.git] / apps / ciphers.c
index c0f43ea2e8b4b1a9aff68af4cafd07e8f2b2189f..7b99757d7b465e10d7fdd5e8eb238373d7dcca21 100644 (file)
@@ -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"},