Fix a shadowed global variable warning
[openssl.git] / apps / version.c
index e3c8299fcf9ae562de537589c317de7a283293e4..28523b7bee3c810bf61ffc81f0b8ec79e7553586 100644 (file)
@@ -35,7 +35,7 @@ typedef enum OPTION_choice {
     OPT_B, OPT_D, OPT_E, OPT_F, OPT_O, OPT_P, OPT_V, OPT_A
 } OPTION_CHOICE;
 
-OPTIONS version_options[] = {
+const OPTIONS version_options[] = {
     {"help", OPT_HELP, '-', "Display this summary"},
     {"a", OPT_A, '-', "Show all data"},
     {"b", OPT_B, '-', "Show build date"},