Add a BIO_lookup_ex() function
[openssl.git] / apps / engine.c
index ffd3137426de1fb6fe4a734076d78d141ed8e737..da1d91898bab20e1a301309ab7b1b3236dd9fb59 100644 (file)
@@ -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"},