diff options
Diffstat (limited to 'src/lib/libssl/src/apps/genrsa.c')
-rw-r--r-- | src/lib/libssl/src/apps/genrsa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libssl/src/apps/genrsa.c b/src/lib/libssl/src/apps/genrsa.c index 98ab23a571..fb879acad5 100644 --- a/src/lib/libssl/src/apps/genrsa.c +++ b/src/lib/libssl/src/apps/genrsa.c | |||
@@ -213,7 +213,7 @@ bad: | |||
213 | #ifndef OPENSSL_NO_ENGINE | 213 | #ifndef OPENSSL_NO_ENGINE |
214 | BIO_printf(bio_err, " -engine e use engine e, possibly a hardware device.\n"); | 214 | BIO_printf(bio_err, " -engine e use engine e, possibly a hardware device.\n"); |
215 | #endif | 215 | #endif |
216 | BIO_printf(bio_err, " -rand file%cfile%c...\n", ':', ':'); | 216 | BIO_printf(bio_err, " -rand file:file:...\n"); |
217 | BIO_printf(bio_err, " load the file (or the files in the directory) into\n"); | 217 | BIO_printf(bio_err, " load the file (or the files in the directory) into\n"); |
218 | BIO_printf(bio_err, " the random number generator\n"); | 218 | BIO_printf(bio_err, " the random number generator\n"); |
219 | goto err; | 219 | goto err; |