=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/rsa.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- src/usr.bin/openssl/rsa.c 2019/02/09 15:49:21 1.13 +++ src/usr.bin/openssl/rsa.c 2019/07/14 03:30:46 1.14 @@ -1,4 +1,4 @@ -/* $OpenBSD: rsa.c,v 1.13 2019/02/09 15:49:21 inoguchi Exp $ */ +/* $OpenBSD: rsa.c,v 1.14 2019/07/14 03:30:46 guenther Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -109,7 +109,7 @@ return (0); } -static struct option rsa_options[] = { +static const struct option rsa_options[] = { { .name = "check", .desc = "Check consistency of RSA private key",