Changed help output
authorUri Blumenthal <uri@ll.mit.edu>
Mon, 11 Jan 2016 20:23:15 +0000 (15:23 -0500)
committerRichard Levitte <levitte@openssl.org>
Wed, 13 Jan 2016 00:23:34 +0000 (01:23 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
apps/pkeyutl.c

index bb24b65e8d9ae38b16cf08376a817fb957bb8a0d..070cf333dc446426bb2590f53bddc92d18b57c7d 100644 (file)
@@ -372,8 +372,8 @@ static void usage()
     BIO_printf(bio_err, "-hexdump        hex dump output\n");
 #ifndef OPENSSL_NO_ENGINE
     BIO_printf(bio_err,
-               "-engine e       use engine e, possibly a hardware device.\n");
-    BIO_printf(bio_err, "-engine_impl    access key through the engine\n");
+               "-engine e       use engine e, maybe a hardware device, for loading keys.\n");
+    BIO_printf(bio_err, "-engine_impl    also use engine given by -engine for crypto operations\n");
 #endif
     BIO_printf(bio_err, "-passin arg     pass phrase source\n");