summaryrefslogtreecommitdiffstats
path: root/doc/crypto/CMS_encrypt.pod
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-04-10 10:46:11 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-04-10 10:46:11 +0000
commitc420fab52b8e97762445a721dbd0a4c965ef54ab (patch)
tree2340b2b082593ae1c311b9109a0503b614e85b4e /doc/crypto/CMS_encrypt.pod
parent6469a1fda3d850c8a73c69269b50147e3285581a (diff)
Spellcheck CMS docs.
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 4ba2b22da4..0e3c79e4b3 100644
--- a/doc/crypto/CMS_encrypt.pod
+++ b/doc/crypto/CMS_encrypt.pod
@@ -76,7 +76,7 @@ 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().
-The receipients specified in B<certs> use a CMS KeyTransRecipientInfo info
+The recipients specified in B<certs> use a CMS KeyTransRecipientInfo info
structure. KEKRecipientInfo is also supported using the flag B<CMS_PARTIAL>
and CMS_add0_recipient_key().