summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/rand.c
diff options
context:
space:
mode:
authortb <>2023-07-23 11:39:29 +0000
committertb <>2023-07-23 11:39:29 +0000
commitf7d044afe661bc9684b7c3805ffdca66717e9678 (patch)
treede590f6e9b46f0d430bd9613ef19e8d16f99ae2f /src/usr.bin/openssl/rand.c
parenta50c7c74b92512423af455aa73f495ebf050f4a3 (diff)
downloadopenbsd-f7d044afe661bc9684b7c3805ffdca66717e9678.tar.gz
openbsd-f7d044afe661bc9684b7c3805ffdca66717e9678.tar.bz2
openbsd-f7d044afe661bc9684b7c3805ffdca66717e9678.zip
sprinkle some void between () in function definitions
Diffstat (limited to 'src/usr.bin/openssl/rand.c')
-rw-r--r--src/usr.bin/openssl/rand.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/rand.c b/src/usr.bin/openssl/rand.c
index a0f3b44664..26003224c0 100644
--- a/src/usr.bin/openssl/rand.c
+++ b/src/usr.bin/openssl/rand.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: rand.c,v 1.17 2023/03/06 14:32:06 tb Exp $ */ 1/* $OpenBSD: rand.c,v 1.18 2023/07/23 11:39:29 tb Exp $ */
2/* ==================================================================== 2/* ====================================================================
3 * Copyright (c) 1998-2001 The OpenSSL Project. All rights reserved. 3 * Copyright (c) 1998-2001 The OpenSSL Project. All rights reserved.
4 * 4 *
@@ -92,7 +92,7 @@ static const struct option rand_options[] = {
92}; 92};
93 93
94static void 94static void
95rand_usage() 95rand_usage(void)
96{ 96{
97 fprintf(stderr, 97 fprintf(stderr,
98 "usage: rand [-base64 | -hex] [-out file] num\n"); 98 "usage: rand [-base64 | -hex] [-out file] num\n");