summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/rand.c
diff options
context:
space:
mode:
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");