Fix a little glitch before I forget about it. (I noticed it while reading
authorGeoff Thorpe <geoff@openssl.org>
Thu, 7 Sep 2000 17:09:05 +0000 (17:09 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Thu, 7 Sep 2000 17:09:05 +0000 (17:09 +0000)
through the diff from Richard's last commit.)

apps/pkcs12.c

index e7b587b0e6f9fd1789f440bea9b9e11e5bcaff09..b57cf5f829c799f96d65458f40a9410982abd01f 100644 (file)
@@ -287,7 +287,7 @@ int MAIN(int argc, char **argv)
        BIO_printf (bio_err, "-password p   set import/export password source\n");
        BIO_printf (bio_err, "-passin p     input file pass phrase source\n");
        BIO_printf (bio_err, "-passout p    output file pass phrase source\n");
-       BIO_printf (bio_err, " -engine e    use engine e, possibly a hardware device.\n");
+       BIO_printf (bio_err, "-engine e     use engine e, possibly a hardware device.\n");
        BIO_printf(bio_err,  "-rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR);
        BIO_printf(bio_err,  "              load the file (or the files in the directory) into\n");
        BIO_printf(bio_err,  "              the random number generator\n");