aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Cancemi <kurt@x64architecture.com>2016-05-17 01:47:28 -0400
committerMatt Caswell <matt@openssl.org>2016-05-17 14:38:28 +0100
commit5507b9610af8ba521ac10488b5cb6d6c6f1c69fa (patch)
tree313a3eee920ec54b18b29a0bfd5e6e0094c8d335
parentd4d78943798df19e5e6ba7c2b1512f1bfa926d2d (diff)
downloadopenssl-5507b9610af8ba521ac10488b5cb6d6c6f1c69fa.zip
openssl-5507b9610af8ba521ac10488b5cb6d6c6f1c69fa.tar.gz
openssl-5507b9610af8ba521ac10488b5cb6d6c6f1c69fa.tar.bz2
Fix typos in apps/enc.c
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
-rw-r--r--apps/enc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/enc.c b/apps/enc.c
index 0286191..b880021 100644
--- a/apps/enc.c
+++ b/apps/enc.c
@@ -108,11 +108,11 @@ OPTIONS enc_options[] = {
"Used with -[base64|a] to specify base64 buffer as a single line"},
{"bufsize", OPT_BUFSIZE, 's', "Buffer size"},
{"k", OPT_K, 's', "Passphrase"},
- {"kfile", OPT_KFILE, '<', "Fead passphrase from file"},
+ {"kfile", OPT_KFILE, '<', "Read passphrase from file"},
{"K", OPT_UPPER_K, 's', "Raw key, in hex"},
{"S", OPT_UPPER_S, 's', "Salt, in hex"},
{"iv", OPT_IV, 's', "IV in hex"},
- {"md", OPT_MD, 's', "Use specified digest to create key from passphrase"},
+ {"md", OPT_MD, 's', "Use specified digest to create a key from the passphrase"},
{"none", OPT_NONE, '-', "Don't encrypt"},
{"", OPT_CIPHER, '-', "Any supported cipher"},
#ifdef ZLIB