=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/ciphers.c,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- src/usr.bin/openssl/ciphers.c 2022/11/11 17:07:38 1.16 +++ src/usr.bin/openssl/ciphers.c 2023/03/05 13:12:53 1.17 @@ -1,4 +1,4 @@ -/* $OpenBSD: ciphers.c,v 1.16 2022/11/11 17:07:38 joshua Exp $ */ +/* $OpenBSD: ciphers.c,v 1.17 2023/03/05 13:12:53 tb Exp $ */ /* * Copyright (c) 2014 Joel Sing * @@ -24,7 +24,7 @@ #include "apps.h" #include "progs.h" -struct { +static struct { int usage; int use_supported; int verbose;