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