]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/verify.c
Constify command options
[thirdparty/openssl.git] / apps / verify.c
index 47a8c86cc34cd81227f20ed1e201d62d94ff860b..a8a6209a1b45d3e1872e345155765e7b2d0c3557 100644 (file)
@@ -31,7 +31,7 @@ typedef enum OPTION_choice {
     OPT_VERBOSE
 } OPTION_CHOICE;
 
-OPTIONS verify_options[] = {
+const OPTIONS verify_options[] = {
     {OPT_HELP_STR, 1, '-', "Usage: %s [options] cert.pem...\n"},
     {OPT_HELP_STR, 1, '-', "Valid options are:\n"},
     {"help", OPT_HELP, '-', "Display this summary"},