diff options
Diffstat (limited to 'src/lib/libssl/src/apps/gendsa.c')
-rw-r--r-- | src/lib/libssl/src/apps/gendsa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/src/apps/gendsa.c b/src/lib/libssl/src/apps/gendsa.c index 17dbd9d6d3..c4e5415cdc 100644 --- a/src/lib/libssl/src/apps/gendsa.c +++ b/src/lib/libssl/src/apps/gendsa.c | |||
@@ -190,7 +190,7 @@ bad: | |||
190 | #ifndef OPENSSL_NO_ENGINE | 190 | #ifndef OPENSSL_NO_ENGINE |
191 | BIO_printf(bio_err, " -engine e - use engine e, possibly a hardware device.\n"); | 191 | BIO_printf(bio_err, " -engine e - use engine e, possibly a hardware device.\n"); |
192 | #endif | 192 | #endif |
193 | BIO_printf(bio_err, " -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR); | 193 | BIO_printf(bio_err, " -rand file%cfile%c...\n", ':', ':'); |
194 | BIO_printf(bio_err, " - load the file (or the files in the directory) into\n"); | 194 | BIO_printf(bio_err, " - load the file (or the files in the directory) into\n"); |
195 | BIO_printf(bio_err, " the random number generator\n"); | 195 | BIO_printf(bio_err, " the random number generator\n"); |
196 | BIO_printf(bio_err, " dsaparam-file\n"); | 196 | BIO_printf(bio_err, " dsaparam-file\n"); |
@@ -263,7 +263,7 @@ end: | |||
263 | if (passout) | 263 | if (passout) |
264 | free(passout); | 264 | free(passout); |
265 | apps_shutdown(); | 265 | apps_shutdown(); |
266 | OPENSSL_EXIT(ret); | 266 | return(ret); |
267 | } | 267 | } |
268 | #else /* !OPENSSL_NO_DSA */ | 268 | #else /* !OPENSSL_NO_DSA */ |
269 | 269 | ||