=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/rand.c,v retrieving revision 1.13 retrieving revision 1.14 diff -c -r1.13 -r1.14 *** src/usr.bin/openssl/rand.c 2018/02/07 05:47:55 1.13 --- src/usr.bin/openssl/rand.c 2019/07/14 03:30:46 1.14 *************** *** 1,4 **** ! /* $OpenBSD: rand.c,v 1.13 2018/02/07 05:47:55 jsing Exp $ */ /* ==================================================================== * Copyright (c) 1998-2001 The OpenSSL Project. All rights reserved. * --- 1,4 ---- ! /* $OpenBSD: rand.c,v 1.14 2019/07/14 03:30:46 guenther Exp $ */ /* ==================================================================== * Copyright (c) 1998-2001 The OpenSSL Project. All rights reserved. * *************** *** 68,74 **** char *outfile; } rand_config; ! struct option rand_options[] = { { .name = "base64", .desc = "Perform base64 encoding on output", --- 68,74 ---- char *outfile; } rand_config; ! static const struct option rand_options[] = { { .name = "base64", .desc = "Perform base64 encoding on output",