From f7422b60fbfd0a5881e0d15bfedc4ad749763bf4 Mon Sep 17 00:00:00 2001 From: sthen <> Date: Thu, 17 Apr 2014 21:04:32 +0000 Subject: since we're replacing LIST_SEPARATOR_CHAR with ':', no point using %c in the help printf --- src/lib/libssl/src/apps/req.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/libssl/src/apps/req.c b/src/lib/libssl/src/apps/req.c index 22302c5c30..527b893a28 100644 --- a/src/lib/libssl/src/apps/req.c +++ b/src/lib/libssl/src/apps/req.c @@ -422,7 +422,7 @@ bad: BIO_printf(bio_err," -key file use the private key contained in file\n"); BIO_printf(bio_err," -keyform arg key file format\n"); BIO_printf(bio_err," -keyout arg file to send the key to\n"); - BIO_printf(bio_err," -rand file%cfile%c...\n", ':', ':'); + BIO_printf(bio_err," -rand file:file:...\n"); 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," -newkey rsa:bits generate a new RSA key of 'bits' in size\n"); -- cgit v1.2.3-55-g6feb