Convert blowfish tests to new framework
[openssl.git] / apps / errstr.c
index 5fda799d1486b76b76a69f439f39fe271f4618a9..6bbbe2f6ae63fc2afc6b1df43b258467f54120fe 100644 (file)
@@ -20,7 +20,7 @@ typedef enum OPTION_choice {
     OPT_ERR = -1, OPT_EOF = 0, OPT_HELP
 } OPTION_CHOICE;
 
-OPTIONS errstr_options[] = {
+const OPTIONS errstr_options[] = {
     {OPT_HELP_STR, 1, '-', "Usage: %s [options] errnum...\n"},
     {OPT_HELP_STR, 1, '-', "  errnum  Error number\n"},
     {"help", OPT_HELP, '-', "Display this summary"},