summaryrefslogtreecommitdiffstats
path: root/apps/srp.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/srp.c')
-rw-r--r--apps/srp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/srp.c b/apps/srp.c
index 69175ebc58..643352e75d 100644
--- a/apps/srp.c
+++ b/apps/srp.c
@@ -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"},