=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/pkeyparam.c,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- src/usr.bin/openssl/pkeyparam.c 2022/11/11 17:07:39 1.15 +++ src/usr.bin/openssl/pkeyparam.c 2023/03/05 13:12:53 1.16 @@ -1,4 +1,4 @@ -/* $OpenBSD: pkeyparam.c,v 1.15 2022/11/11 17:07:39 joshua Exp $ */ +/* $OpenBSD: pkeyparam.c,v 1.16 2023/03/05 13:12:53 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2006 */ @@ -65,7 +65,7 @@ #include #include -struct { +static struct { int check; char *infile; int noout;