diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2021-09-01 02:23:22 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2021-09-01 02:23:22 +0000 |
commit | c1d1798abd60f12527b70443cb7d0b9cd78ef7b1 (patch) | |
tree | 1ac1ccb6b23135a8b57efdff5c4a84ad03202f7a /doc/man1/enc.pod | |
parent | 94fa08a4bcdfbb3434b025d67d014af3b18e5380 (diff) | |
download | src-c1d1798abd60f12527b70443cb7d0b9cd78ef7b1.tar.gz src-c1d1798abd60f12527b70443cb7d0b9cd78ef7b1.zip |
Import OpenSSL 1.1.1lvendor/openssl/1.1.1l
Diffstat (limited to 'doc/man1/enc.pod')
-rw-r--r-- | doc/man1/enc.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man1/enc.pod b/doc/man1/enc.pod index 3c7b6c42ea2c..9068282db543 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> |