=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/ecparam.c,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- src/usr.bin/openssl/ecparam.c 2018/02/07 05:47:55 1.17 +++ src/usr.bin/openssl/ecparam.c 2019/07/14 03:30:45 1.18 @@ -1,4 +1,4 @@ -/* $OpenBSD: ecparam.c,v 1.17 2018/02/07 05:47:55 jsing Exp $ */ +/* $OpenBSD: ecparam.c,v 1.18 2019/07/14 03:30:45 guenther Exp $ */ /* * Written by Nils Larsch for the OpenSSL project. */ @@ -139,7 +139,7 @@ return (0); } -struct option ecparam_options[] = { +static const struct option ecparam_options[] = { { .name = "C", .desc = "Convert the EC parameters into C code",