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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/src/apps/genrsa.c b/src/lib/libssl/src/apps/genrsa.c
index 65e136a8d2..e6e9877cb9 100644
--- a/src/lib/libssl/src/apps/genrsa.c
+++ b/src/lib/libssl/src/apps/genrsa.c
@@ -215,7 +215,7 @@ bad:
215#ifndef OPENSSL_NO_ENGINE 215#ifndef OPENSSL_NO_ENGINE
216 BIO_printf(bio_err, " -engine e use engine e, possibly a hardware device.\n"); 216 BIO_printf(bio_err, " -engine e use engine e, possibly a hardware device.\n");
217#endif 217#endif
218 BIO_printf(bio_err, " -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR); 218 BIO_printf(bio_err, " -rand file%cfile%c...\n", ':', ':');
219 BIO_printf(bio_err, " load the file (or the files in the directory) into\n"); 219 BIO_printf(bio_err, " load the file (or the files in the directory) into\n");
220 BIO_printf(bio_err, " the random number generator\n"); 220 BIO_printf(bio_err, " the random number generator\n");
221 goto err; 221 goto err;
@@ -296,7 +296,7 @@ err:
296 if (ret != 0) 296 if (ret != 0)
297 ERR_print_errors(bio_err); 297 ERR_print_errors(bio_err);
298 apps_shutdown(); 298 apps_shutdown();
299 OPENSSL_EXIT(ret); 299 return(ret);
300} 300}
301 301
302static int 302static int