Constify command options
[openssl.git] / apps / s_client.c
index 6ec792cee1752f7cec72c000f41fb3cf00ae0556..0442aecf96e243b1e58d865db3ff6a63daae6a7c 100644 (file)
@@ -558,7 +558,7 @@ typedef enum OPTION_choice {
     OPT_DANE_TLSA_RRDATA, OPT_DANE_EE_NO_NAME
 } OPTION_CHOICE;
 
-OPTIONS s_client_options[] = {
+const OPTIONS s_client_options[] = {
     {"help", OPT_HELP, '-', "Display this summary"},
     {"host", OPT_HOST, 's', "Use -connect instead"},
     {"port", OPT_PORT, 'p', "Use -connect instead"},