summaryrefslogtreecommitdiff
path: root/src/lib/libssl/src/apps/gendsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/src/apps/gendsa.c')
-rw-r--r--src/lib/libssl/src/apps/gendsa.c2
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 9d89cd07cb..9bfeb4c16b 100644
--- a/src/lib/libssl/src/apps/gendsa.c
+++ b/src/lib/libssl/src/apps/gendsa.c
@@ -188,7 +188,7 @@ bad:
188#ifndef OPENSSL_NO_ENGINE 188#ifndef OPENSSL_NO_ENGINE
189 BIO_printf(bio_err, " -engine e - use engine e, possibly a hardware device.\n"); 189 BIO_printf(bio_err, " -engine e - use engine e, possibly a hardware device.\n");
190#endif 190#endif
191 BIO_printf(bio_err, " -rand file%cfile%c...\n", ':', ':'); 191 BIO_printf(bio_err, " -rand file:file:...\n");
192 BIO_printf(bio_err, " - load the file (or the files in the directory) into\n"); 192 BIO_printf(bio_err, " - load the file (or the files in the directory) into\n");
193 BIO_printf(bio_err, " the random number generator\n"); 193 BIO_printf(bio_err, " the random number generator\n");
194 BIO_printf(bio_err, " dsaparam-file\n"); 194 BIO_printf(bio_err, " dsaparam-file\n");