=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/rand.c,v retrieving revision 1.15 retrieving revision 1.16 diff -c -r1.15 -r1.16 *** src/usr.bin/openssl/rand.c 2022/11/11 17:07:39 1.15 --- src/usr.bin/openssl/rand.c 2023/03/05 13:12:53 1.16 *************** *** 1,4 **** ! /* $OpenBSD: rand.c,v 1.15 2022/11/11 17:07:39 joshua Exp $ */ /* ==================================================================== * Copyright (c) 1998-2001 The OpenSSL Project. All rights reserved. * --- 1,4 ---- ! /* $OpenBSD: rand.c,v 1.16 2023/03/05 13:12:53 tb Exp $ */ /* ==================================================================== * Copyright (c) 1998-2001 The OpenSSL Project. All rights reserved. * *************** *** 62,68 **** #include #include ! struct { int base64; int hex; char *outfile; --- 62,68 ---- #include #include ! static struct { int base64; int hex; char *outfile;