=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/pkeyparam.c,v retrieving revision 1.11 retrieving revision 1.12 diff -c -r1.11 -r1.12 *** src/usr.bin/openssl/pkeyparam.c 2018/02/07 05:47:55 1.11 --- src/usr.bin/openssl/pkeyparam.c 2019/07/14 03:30:46 1.12 *************** *** 1,4 **** ! /* $OpenBSD: pkeyparam.c,v 1.11 2018/02/07 05:47:55 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2006 */ --- 1,4 ---- ! /* $OpenBSD: pkeyparam.c,v 1.12 2019/07/14 03:30:46 guenther Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2006 */ *************** *** 72,78 **** int text; } pkeyparam_config; ! struct option pkeyparam_options[] = { { .name = "in", .argname = "file", --- 72,78 ---- int text; } pkeyparam_config; ! static const struct option pkeyparam_options[] = { { .name = "in", .argname = "file",