X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=apps%2Fengine.c;h=da1d91898bab20e1a301309ab7b1b3236dd9fb59;hb=5114d8227e0516fffc0c8653f5118290709f6494;hp=ffd3137426de1fb6fe4a734076d78d141ed8e737;hpb=9e64457d1ed6200228a930ab14c5c5e68a666d1e;p=openssl.git diff --git a/apps/engine.c b/apps/engine.c index ffd3137426..da1d91898b 100644 --- a/apps/engine.c +++ b/apps/engine.c @@ -26,7 +26,7 @@ typedef enum OPTION_choice { OPT_V = 100, OPT_VV, OPT_VVV, OPT_VVVV } OPTION_CHOICE; -OPTIONS engine_options[] = { +const OPTIONS engine_options[] = { {OPT_HELP_STR, 1, '-', "Usage: %s [options] engine...\n"}, {OPT_HELP_STR, 1, '-', " engine... Engines to load\n"},