=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/Attic/nseq.c,v retrieving revision 1.8 retrieving revision 1.9 diff -c -r1.8 -r1.9 *** src/usr.bin/openssl/Attic/nseq.c 2018/02/07 05:47:55 1.8 --- src/usr.bin/openssl/Attic/nseq.c 2019/07/14 03:30:46 1.9 *************** *** 1,4 **** ! /* $OpenBSD: nseq.c,v 1.8 2018/02/07 05:47:55 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 1999. */ --- 1,4 ---- ! /* $OpenBSD: nseq.c,v 1.9 2019/07/14 03:30:46 guenther Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 1999. */ *************** *** 70,76 **** int toseq; } nseq_config; ! static struct option nseq_options[] = { { .name = "in", .argname = "file", --- 70,76 ---- int toseq; } nseq_config; ! static const struct option nseq_options[] = { { .name = "in", .argname = "file",