summaryrefslogtreecommitdiffstats
path: root/doc
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:56 +0200
commit7712b43c24514f82d6f0def5240a799bc011e9fe (patch)
tree590f4d1ebf8a2db738ba2258762511302f849cfb /doc
parentad6a39b22728260454461a4d04ba25fc15d3520f (diff)
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) (cherry picked from commit 6635ea531e9f7709e5880dd77fd4c3403a5c3db7)
Diffstat (limited to 'doc')
-rw-r--r--doc/man1/enc.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man1/enc.pod b/doc/man1/enc.pod
index 3c7b6c42ea..9068282db5 100644
--- a/doc/man1/enc.pod
+++ b/doc/man1/enc.pod
@@ -180,8 +180,8 @@ Debug the BIOs used for I/O.
=item B<-z>
-Compress or decompress clear text using zlib before encryption or after
-decryption. This option exists only if OpenSSL with compiled with zlib
+Compress or decompress encrypted data using zlib after encryption or before
+decryption. This option exists only if OpenSSL was compiled with the zlib
or zlib-dynamic option.
=item B<-none>