=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/gendh.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- src/usr.bin/openssl/gendh.c 2018/02/07 05:47:55 1.10 +++ src/usr.bin/openssl/gendh.c 2019/07/14 03:30:45 1.11 @@ -1,4 +1,4 @@ -/* $OpenBSD: gendh.c,v 1.10 2018/02/07 05:47:55 jsing Exp $ */ +/* $OpenBSD: gendh.c,v 1.11 2019/07/14 03:30:45 guenther Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -91,7 +91,7 @@ char *outfile; } gendh_config; -static struct option gendh_options[] = { +static const struct option gendh_options[] = { { .name = "2", .desc = "Generate DH parameters with a generator value of 2 "