summaryrefslogtreecommitdiff
path: root/src/lib/libssl/src/apps/genrsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/src/apps/genrsa.c')
-rw-r--r--src/lib/libssl/src/apps/genrsa.c2
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 dc63ff02bd..6fe578d69f 100644
--- a/src/lib/libssl/src/apps/genrsa.c
+++ b/src/lib/libssl/src/apps/genrsa.c
@@ -154,7 +154,7 @@ bad:
154 BIO_printf(bio_err," -passout arg output file pass phrase source\n"); 154 BIO_printf(bio_err," -passout arg output file pass phrase source\n");
155 BIO_printf(bio_err," -f4 use F4 (0x10001) for the E value\n"); 155 BIO_printf(bio_err," -f4 use F4 (0x10001) for the E value\n");
156 BIO_printf(bio_err," -3 use 3 for the E value\n"); 156 BIO_printf(bio_err," -3 use 3 for the E value\n");
157 BIO_printf(bio_err," -rand file:file:...\n"); 157 BIO_printf(bio_err," -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR);
158 BIO_printf(bio_err," load the file (or the files in the directory) into\n"); 158 BIO_printf(bio_err," load the file (or the files in the directory) into\n");
159 BIO_printf(bio_err," the random number generator\n"); 159 BIO_printf(bio_err," the random number generator\n");
160 goto err; 160 goto err;