summaryrefslogtreecommitdiffstats
path: root/doc/crypto/CMS_decrypt.pod
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-04-09 20:55:55 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-04-09 20:55:55 +0000
commitfb777e1f79b595fe210cd8930633a675a3ac0a84 (patch)
tree2bab8f83875bbf8c546c2954f09e8b0fea765db7 /doc/crypto/CMS_decrypt.pod
parent360bb61d860f9ce7e48b2bb85d3ef9f521f95ab9 (diff)
Add CMS_uncompress manual page.
Diffstat (limited to 'doc/crypto/CMS_decrypt.pod')
-rw-r--r--doc/crypto/CMS_decrypt.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/CMS_decrypt.pod b/doc/crypto/CMS_decrypt.pod
index 239069bd78..02df55e36f 100644
--- a/doc/crypto/CMS_decrypt.pod
+++ b/doc/crypto/CMS_decrypt.pod
@@ -50,7 +50,7 @@ The error can be obtained from ERR_get_error(3)
=head1 BUGS
-The lack of single pass processing and need to hold all data in memory as
+The lack of single pass processing and the need to hold all data in memory as
mentioned in CMS_verify() also applies to CMS_decrypt().
=head1 SEE ALSO