Constify command options
[openssl.git] / apps / nseq.c
index 018d5ebdb65502a920359b5cefc2bcfb34ee2f34..a97fe1828f06d1c9d9d3564287638c4daae19494 100644 (file)
@@ -18,7 +18,7 @@ typedef enum OPTION_choice {
     OPT_TOSEQ, OPT_IN, OPT_OUT
 } OPTION_CHOICE;
 
-OPTIONS nseq_options[] = {
+const OPTIONS nseq_options[] = {
     {"help", OPT_HELP, '-', "Display this summary"},
     {"toseq", OPT_TOSEQ, '-', "Output NS Sequence file"},
     {"in", OPT_IN, '<', "Input file"},