=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/gendsa.c,v retrieving revision 1.11 retrieving revision 1.12 diff -c -r1.11 -r1.12 *** src/usr.bin/openssl/gendsa.c 2019/06/07 02:32:22 1.11 --- src/usr.bin/openssl/gendsa.c 2019/07/14 03:30:46 1.12 *************** *** 1,4 **** ! /* $OpenBSD: gendsa.c,v 1.11 2019/06/07 02:32:22 inoguchi Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * --- 1,4 ---- ! /* $OpenBSD: gendsa.c,v 1.12 2019/07/14 03:30:46 guenther Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * *************** *** 83,89 **** char *passargout; } gendsa_config; ! static struct option gendsa_options[] = { #ifndef OPENSSL_NO_AES { .name = "aes128", --- 83,89 ---- char *passargout; } gendsa_config; ! static const struct option gendsa_options[] = { #ifndef OPENSSL_NO_AES { .name = "aes128",