simplify file:file:... stuff
authorderaadt <deraadt@openbsd.org>
Fri, 18 Apr 2014 09:38:42 +0000 (09:38 +0000)
committerderaadt <deraadt@openbsd.org>
Fri, 18 Apr 2014 09:38:42 +0000 (09:38 +0000)
12 files changed:
lib/libssl/src/apps/cms.c
lib/libssl/src/apps/dhparam.c
lib/libssl/src/apps/gendh.c
lib/libssl/src/apps/gendsa.c
lib/libssl/src/apps/genrsa.c
lib/libssl/src/apps/pkcs12.c
lib/libssl/src/apps/rand.c
lib/libssl/src/apps/s_client.c
lib/libssl/src/apps/s_server.c
lib/libssl/src/apps/smime.c
lib/libssl/src/apps/srp.c
lib/libssl/src/apps/ts.c

index d25b678..d9694a4 100644 (file)
@@ -564,7 +564,7 @@ argerr:
                BIO_printf(bio_err, "-engine e      use engine e, possibly a hardware device.\n");
 #endif
                BIO_printf(bio_err, "-passin arg    input file pass phrase source\n");
-               BIO_printf(bio_err, "-rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR);
+               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, "cert.pem       recipient certificate(s) for encryption\n");
index b7a8196..7679a89 100644 (file)
@@ -250,7 +250,7 @@ bad:
 #ifndef OPENSSL_NO_ENGINE
                BIO_printf(bio_err, " -engine e     use engine e, possibly a hardware device.\n");
 #endif
-               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, " -noout        no output\n");
index 6e03c8a..925b6e4 100644 (file)
@@ -153,7 +153,7 @@ bad:
 #ifndef OPENSSL_NO_ENGINE
                BIO_printf(bio_err, " -engine e - use engine e, possibly a hardware device.\n");
 #endif
-               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");
                goto end;
index 9d89cd0..9bfeb4c 100644 (file)
@@ -188,7 +188,7 @@ bad:
 #ifndef OPENSSL_NO_ENGINE
                BIO_printf(bio_err, " -engine e - use engine e, possibly a hardware device.\n");
 #endif
-               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, " dsaparam-file\n");
index 98ab23a..fb879ac 100644 (file)
@@ -213,7 +213,7 @@ bad:
 #ifndef OPENSSL_NO_ENGINE
                BIO_printf(bio_err, " -engine e       use engine e, possibly a hardware device.\n");
 #endif
-               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");
                goto err;
index d08f92e..fc61be4 100644 (file)
@@ -375,7 +375,7 @@ pkcs12_main(int argc, char **argv)
 #ifndef OPENSSL_NO_ENGINE
                BIO_printf(bio_err, "-engine e     use engine e, possibly a hardware device.\n");
 #endif
-               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, "-CSP name     Microsoft CSP name\n");
index 6bb8bfb..96d2b4e 100644 (file)
@@ -153,7 +153,7 @@ rand_main(int argc, char **argv)
 #ifndef OPENSSL_NO_ENGINE
                BIO_printf(bio_err, "-engine e             - use engine e, possibly a hardware device.\n");
 #endif
-               BIO_printf(bio_err, "-rand file%cfile%c... - seed PRNG from files\n", ':', ':');
+               BIO_printf(bio_err, "-rand file:file:... - seed PRNG from files\n");
                BIO_printf(bio_err, "-base64               - base64 encode output\n");
                BIO_printf(bio_err, "-hex                  - hex encode output\n");
                goto err;
index 41911bc..4290548 100644 (file)
@@ -339,7 +339,7 @@ sc_usage(void)
 #ifndef OPENSSL_NO_ENGINE
        BIO_printf(bio_err, " -engine id    - Initialise and use the specified engine\n");
 #endif
-       BIO_printf(bio_err, " -rand file%cfile%c...\n", ':', ':');
+       BIO_printf(bio_err, " -rand file:file:...\n");
        BIO_printf(bio_err, " -sess_out arg - file to write SSL session to\n");
        BIO_printf(bio_err, " -sess_in arg  - file to read SSL session from\n");
 #ifndef OPENSSL_NO_TLSEXT
index ebe205c..27925b4 100644 (file)
@@ -515,7 +515,7 @@ sv_usage(void)
        BIO_printf(bio_err, " -engine id    - Initialise and use the specified engine\n");
 #endif
        BIO_printf(bio_err, " -id_prefix arg - Generate SSL/TLS session IDs prefixed by 'arg'\n");
-       BIO_printf(bio_err, " -rand file%cfile%c...\n", ':', ':');
+       BIO_printf(bio_err, " -rand file:file:...\n");
 #ifndef OPENSSL_NO_TLSEXT
        BIO_printf(bio_err, " -servername host - servername for HostName TLS extension\n");
        BIO_printf(bio_err, " -servername_fatal - on mismatch send fatal alert (default warning alert)\n");
index 22b28ce..4c0e32c 100644 (file)
@@ -427,7 +427,7 @@ argerr:
                BIO_printf(bio_err, "-engine e      use engine e, possibly a hardware device.\n");
 #endif
                BIO_printf(bio_err, "-passin arg    input file pass phrase source\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, "cert.pem       recipient certificate(s) for encryption\n");
index d68dc6c..a7bdcef 100644 (file)
@@ -388,7 +388,7 @@ srp_main(int argc, char **argv)
                for (pp = srp_usage; (*pp != NULL); pp++)
                        BIO_printf(bio_err, "%s", *pp);
 
-               BIO_printf(bio_err, " -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR);
+               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");
                goto err;
index 9d116ff..24e3489 100644 (file)
@@ -330,12 +330,11 @@ ts_main(int argc, char **argv)
 
 usage:
        BIO_printf(bio_err, "usage:\n"
-           "ts -query [-rand file%cfile%c...] [-config configfile] "
+           "ts -query [-rand file:file:...] [-config configfile] "
            "[-data file_to_hash] [-digest digest_bytes]"
            "[-md2|-md4|-md5|-sha|-sha1|-mdc2|-ripemd160] "
            "[-policy object_id] [-no_nonce] [-cert] "
-           "[-in request.tsq] [-out request.tsq] [-text]\n",
-           ':', ':');
+           "[-in request.tsq] [-out request.tsq] [-text]\n");
        BIO_printf(bio_err, "or\n"
            "ts -reply [-config configfile] [-section tsa_section] "
            "[-queryfile request.tsq] [-passin password] "