]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/cms.c
Constify command options
[thirdparty/openssl.git] / apps / cms.c
index 21f096192a666546d5caac7cdde32c6aaa9000e1..306e159f7eda867fbdb336df20c97ce58092f991 100644 (file)
@@ -84,7 +84,7 @@ typedef enum OPTION_choice {
     OPT_CIPHER
 } OPTION_CHOICE;
 
-OPTIONS cms_options[] = {
+const OPTIONS cms_options[] = {
     {OPT_HELP_STR, 1, '-', "Usage: %s [options] cert.pem...\n"},
     {OPT_HELP_STR, 1, '-',
         "  cert.pem... recipient certs for encryption\n"},