diff options
author | beck <> | 2000-04-15 06:18:51 +0000 |
---|---|---|
committer | beck <> | 2000-04-15 06:18:51 +0000 |
commit | b608c7f2b175e121f2c22d53341a317153afdc8e (patch) | |
tree | e94b160b3fcd8180df79e4251d68d24d665f0195 /src/lib/libssl/src/apps/genrsa.c | |
parent | c8d6701c396cebdcd0d45eac73b762e9498f6b01 (diff) | |
download | openbsd-b608c7f2b175e121f2c22d53341a317153afdc8e.tar.gz openbsd-b608c7f2b175e121f2c22d53341a317153afdc8e.tar.bz2 openbsd-b608c7f2b175e121f2c22d53341a317153afdc8e.zip |
OpenSSL 0.9.5a merge
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 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; |