summaryrefslogtreecommitdiffstats
path: root/doc/crypto/CMS_uncompress.pod
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-04-10 23:28:25 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-04-10 23:28:25 +0000
commit38d3a7380817e272df7df2e8c32fc22d6b35e332 (patch)
treeb816d45ce1ec153d47b6867cadbb210462ecf6da /doc/crypto/CMS_uncompress.pod
parent73b3c2d8616801cab74368022e7d8edced922e05 (diff)
Reformat, fix typos and clarify CMS API docs.
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.