summaryrefslogtreecommitdiffstats
path: root/doc/crypto/CMS_encrypt.pod
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-04-08 22:35:32 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-04-08 22:35:32 +0000
commit9034c56c6c71ac68f25f195300e3d7b129280824 (patch)
tree18e6128a368d738a0635af9e74b05de6cf5c008b /doc/crypto/CMS_encrypt.pod
parente33ffaca12c67a115142d9327405babd21718e97 (diff)
Correct d2i/i2d typos.
Diffstat (limited to 'doc/crypto/CMS_encrypt.pod')
-rw-r--r--doc/crypto/CMS_encrypt.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/CMS_encrypt.pod b/doc/crypto/CMS_encrypt.pod
index d6cd47f600..4ba2b22da4 100644
--- a/doc/crypto/CMS_encrypt.pod
+++ b/doc/crypto/CMS_encrypt.pod
@@ -71,7 +71,7 @@ B<not> complete and outputting its contents via a function that does not
properly finalize the B<CMS_ContentInfo> structure will give unpredictable
results.
-Several functions including SMIME_write_CMS(), d2i_CMS_bio_stream(),
+Several functions including SMIME_write_CMS(), i2d_CMS_bio_stream(),
PEM_write_bio_CMS_stream() finalize the structure. Alternatively finalization
can be performed by obtaining the streaming ASN1 B<BIO> directly using
BIO_new_CMS().