summaryrefslogtreecommitdiffstats
path: root/apps/gendsa.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-03-01 11:45:53 +0000
committerBodo Möller <bodo@openssl.org>2000-03-01 11:45:53 +0000
commitafbd0746cfbbf80f99829da2a58aed6f1785beb9 (patch)
tree0ab4fac5390ddcb2087104a76a8ccc7a4554fb77 /apps/gendsa.c
parent55f7d65db088b7ba78dbf54daee771b130157d6b (diff)
'rand'/'-rand' documentation.
Diffstat (limited to 'apps/gendsa.c')
-rw-r--r--apps/gendsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gendsa.c b/apps/gendsa.c
index d69a93da45..b1a1c4fcfa 100644
--- a/apps/gendsa.c
+++ b/apps/gendsa.c
@@ -145,7 +145,7 @@ bad:
#ifndef NO_IDEA
BIO_printf(bio_err," -idea - encrypt the generated key with IDEA in cbc mode\n");
#endif
- BIO_printf(bio_err," -rand file:file:...\n");
+ BIO_printf(bio_err," -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR);
BIO_printf(bio_err," - load the file (or the files in the directory) into\n");
BIO_printf(bio_err," the random number generator\n");
BIO_printf(bio_err," dsaparam-file\n");