summaryrefslogtreecommitdiffstats
path: root/doc/crypto/CMS_uncompress.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/crypto/CMS_uncompress.pod')
-rw-r--r--doc/crypto/CMS_uncompress.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/crypto/CMS_uncompress.pod b/doc/crypto/CMS_uncompress.pod
index 56d6de5158..c6056b027d 100644
--- a/doc/crypto/CMS_uncompress.pod
+++ b/doc/crypto/CMS_uncompress.pod
@@ -2,7 +2,7 @@
=head1 NAME
-CMS_uncompress - uncompress a CMS CompressedData structure
+ CMS_uncompress - uncompress a CMS CompressedData structure
=head1 SYNOPSIS
@@ -21,8 +21,8 @@ is detached. It will normally be set to NULL.
=head1 NOTES
-The only currently supported compression algorithm is zlib if the structure
-indicates the use of any other algorithm and error is returned.
+The only currently supported compression algorithm is zlib: if the structure
+indicates the use of any other algorithm an error is returned.
If zlib support is not compiled into OpenSSL then CMS_uncompress() will always
return an error.