summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUri Blumenthal <uri@ll.mit.edu>2016-01-11 15:23:15 -0500
committerRichard Levitte <levitte@openssl.org>2016-01-13 01:23:34 +0100
commit6fa6a6628514dbf892c68442fab54f7476f3c703 (patch)
treee7bbdc9e1487fe334905a6f29044463c565568bd
parenta2a29f702ac35746cb3c3c6c36b46fbbde5f83a1 (diff)
Changed help output
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
-rw-r--r--apps/pkeyutl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/pkeyutl.c b/apps/pkeyutl.c
index bb24b65e8d..070cf333dc 100644
--- a/apps/pkeyutl.c
+++ b/apps/pkeyutl.c
@@ -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");