]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/srp.c
Constify command options
[thirdparty/openssl.git] / apps / srp.c
index 69175ebc58c633116f77ad2beadc7b3848cdc870..643352e75d251d21c463ad481b9e02538710ba08 100644 (file)
@@ -186,7 +186,7 @@ typedef enum OPTION_choice {
     OPT_PASSIN, OPT_PASSOUT, OPT_ENGINE
 } OPTION_CHOICE;
 
-OPTIONS srp_options[] = {
+const OPTIONS srp_options[] = {
     {"help", OPT_HELP, '-', "Display this summary"},
     {"verbose", OPT_VERBOSE, '-', "Talk a lot while doing things"},
     {"config", OPT_CONFIG, '<', "A config file"},