diff options
Diffstat (limited to 'src/lib/libssl/src/apps/rand.c')
-rw-r--r-- | src/lib/libssl/src/apps/rand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libssl/src/apps/rand.c b/src/lib/libssl/src/apps/rand.c index 6bb8bfb45d..96d2b4e26c 100644 --- a/src/lib/libssl/src/apps/rand.c +++ b/src/lib/libssl/src/apps/rand.c | |||
@@ -153,7 +153,7 @@ rand_main(int argc, char **argv) | |||
153 | #ifndef OPENSSL_NO_ENGINE | 153 | #ifndef OPENSSL_NO_ENGINE |
154 | BIO_printf(bio_err, "-engine e - use engine e, possibly a hardware device.\n"); | 154 | BIO_printf(bio_err, "-engine e - use engine e, possibly a hardware device.\n"); |
155 | #endif | 155 | #endif |
156 | BIO_printf(bio_err, "-rand file%cfile%c... - seed PRNG from files\n", ':', ':'); | 156 | BIO_printf(bio_err, "-rand file:file:... - seed PRNG from files\n"); |
157 | BIO_printf(bio_err, "-base64 - base64 encode output\n"); | 157 | BIO_printf(bio_err, "-base64 - base64 encode output\n"); |
158 | BIO_printf(bio_err, "-hex - hex encode output\n"); | 158 | BIO_printf(bio_err, "-hex - hex encode output\n"); |
159 | goto err; | 159 | goto err; |