diff options
Diffstat (limited to 'src/lib/libssl/src/apps/gendsa.c')
-rw-r--r-- | src/lib/libssl/src/apps/gendsa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libssl/src/apps/gendsa.c b/src/lib/libssl/src/apps/gendsa.c index d69a93da45..b1a1c4fcfa 100644 --- a/src/lib/libssl/src/apps/gendsa.c +++ b/src/lib/libssl/src/apps/gendsa.c | |||
@@ -145,7 +145,7 @@ bad: | |||
145 | #ifndef NO_IDEA | 145 | #ifndef NO_IDEA |
146 | BIO_printf(bio_err," -idea - encrypt the generated key with IDEA in cbc mode\n"); | 146 | BIO_printf(bio_err," -idea - encrypt the generated key with IDEA in cbc mode\n"); |
147 | #endif | 147 | #endif |
148 | BIO_printf(bio_err," -rand file:file:...\n"); | 148 | BIO_printf(bio_err," -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR); |
149 | BIO_printf(bio_err," - load the file (or the files in the directory) into\n"); | 149 | BIO_printf(bio_err," - load the file (or the files in the directory) into\n"); |
150 | BIO_printf(bio_err," the random number generator\n"); | 150 | BIO_printf(bio_err," the random number generator\n"); |
151 | BIO_printf(bio_err," dsaparam-file\n"); | 151 | BIO_printf(bio_err," dsaparam-file\n"); |