diff options
Diffstat (limited to 'src/usr.bin/openssl/rand.c')
-rw-r--r-- | src/usr.bin/openssl/rand.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/rand.c b/src/usr.bin/openssl/rand.c index 0f91dde8b4..fb639e3bc5 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.13 2018/02/07 05:47:55 jsing Exp $ */ | 1 | /* $OpenBSD: rand.c,v 1.14 2019/07/14 03:30:46 guenther 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 | * |
@@ -68,7 +68,7 @@ struct { | |||
68 | char *outfile; | 68 | char *outfile; |
69 | } rand_config; | 69 | } rand_config; |
70 | 70 | ||
71 | struct option rand_options[] = { | 71 | static const struct option rand_options[] = { |
72 | { | 72 | { |
73 | .name = "base64", | 73 | .name = "base64", |
74 | .desc = "Perform base64 encoding on output", | 74 | .desc = "Perform base64 encoding on output", |