summaryrefslogtreecommitdiffstats
path: root/doc/man3/CMS_decrypt.pod
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2017-05-19 00:16:30 +0000
committerAndy Polyakov <appro@openssl.org>2017-05-27 14:15:24 +0200
commitdf578aa01314acd072038b703ac3ec002208da03 (patch)
tree3222a240f4f645ce8e77fd594bca1c9030b5f08d /doc/man3/CMS_decrypt.pod
parentb72668a0d3586ee2560f0536c43e18991a4cfc6f (diff)
Fix spelling errors in CMS.
Unfortunately it affects error code macros in public cms.h header, for which reason misspelled names are preserved for backward compatibility. Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Kurt Roeckx <kurt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3463)
Diffstat (limited to 'doc/man3/CMS_decrypt.pod')
-rw-r--r--doc/man3/CMS_decrypt.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/CMS_decrypt.pod b/doc/man3/CMS_decrypt.pod
index b3b196c390..1174734022 100644
--- a/doc/man3/CMS_decrypt.pod
+++ b/doc/man3/CMS_decrypt.pod
@@ -46,7 +46,7 @@ in advance using the CMS utility functions such as CMS_set1_pkey(). In this
case both B<cert> and B<pkey> should be set to NULL.
To process KEKRecipientInfo types CMS_set1_key() or CMS_RecipientInfo_set0_key()
-and CMS_ReceipientInfo_decrypt() should be called before CMS_decrypt() and
+and CMS_RecipientInfo_decrypt() should be called before CMS_decrypt() and
B<cert> and B<pkey> set to NULL.
The following flags can be passed in the B<flags> parameter.