From: Uri Blumenthal Date: Mon, 11 Jan 2016 20:23:15 +0000 (-0500) Subject: Changed help output X-Git-Tag: OpenSSL_1_0_2f~18 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6fa6a6628514dbf892c68442fab54f7476f3c703;p=oweals%2Fopenssl.git Changed help output Reviewed-by: Rich Salz Reviewed-by: Richard Levitte --- 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");