X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=apps%2Fdhparam.c;h=302be2dd5737b5963acc89afb04557cab96e49bd;hp=ab2e787f76e4da3e95aa935214b06c52c891ab0b;hb=44c83ebd7089825a82545c9cacc4c4e2de81d001;hpb=83bd048e9dbe5f376b2feaa7f0a6db6d98ef3a47 diff --git a/apps/dhparam.c b/apps/dhparam.c index ab2e787f76..302be2dd57 100644 --- a/apps/dhparam.c +++ b/apps/dhparam.c @@ -39,7 +39,7 @@ typedef enum OPTION_choice { OPT_RAND, OPT_DSAPARAM, OPT_C, OPT_2, OPT_5 } OPTION_CHOICE; -OPTIONS dhparam_options[] = { +const OPTIONS dhparam_options[] = { {OPT_HELP_STR, 1, '-', "Usage: %s [flags] [numbits]\n"}, {OPT_HELP_STR, 1, '-', "Valid options are:\n"}, {"help", OPT_HELP, '-', "Display this summary"},