summaryrefslogtreecommitdiff
path: root/apps/enc.c
diff options
context:
space:
mode:
authorMohamed Akram <mohd.akram@outlook.com>2021-03-10 18:59:13 +0400
committerTomas Mraz <tomas@openssl.org>2021-03-30 19:17:39 +0200
commit6635ea531e9f7709e5880dd77fd4c3403a5c3db7 (patch)
treee03b4fe1f4c4b29e0f31b52e0bcf4911d68b178d /apps/enc.c
parentaf2e1e9c81110ca1a156430686e2f171e80ebfa0 (diff)
downloadopenssl-new-6635ea531e9f7709e5880dd77fd4c3403a5c3db7.tar.gz
doc: fix enc -z option documentation
CLA: trivial Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14499)
Diffstat (limited to 'apps/enc.c')
-rw-r--r--apps/enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/enc.c b/apps/enc.c
index 9982337c01..c5766f05e8 100644
--- a/apps/enc.c
+++ b/apps/enc.c
@@ -92,7 +92,7 @@ const OPTIONS enc_options[] = {
{"pbkdf2", OPT_PBKDF2, '-', "Use password-based key derivation function 2"},
{"none", OPT_NONE, '-', "Don't encrypt"},
#ifdef ZLIB
- {"z", OPT_Z, '-', "Use zlib as the 'encryption'"},
+ {"z", OPT_Z, '-', "Compress or decompress encrypted data using zlib"},
#endif
{"", OPT_CIPHER, '-', "Any supported cipher"},