X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=doc%2Fcrypto%2FCMS_decrypt.pod;h=d857e4f93f6eba7842b083fd89a658779f8d1a05;hb=706c5a4d353eeac4b3217138eeea6b737ff14681;hp=cacab3819cfca8edc27743ef6b498e242718fe84;hpb=38d3a7380817e272df7df2e8c32fc22d6b35e332;p=oweals%2Fopenssl.git diff --git a/doc/crypto/CMS_decrypt.pod b/doc/crypto/CMS_decrypt.pod index cacab3819c..d857e4f93f 100644 --- a/doc/crypto/CMS_decrypt.pod +++ b/doc/crypto/CMS_decrypt.pod @@ -8,13 +8,13 @@ #include - int CMS_decrypt(CMS_ContentInfo *cms, EVP_PKEY *pkey, X509 *cert, BIO *data, BIO *dcont, unsigned int flags); + int CMS_decrypt(CMS_ContentInfo *cms, EVP_PKEY *pkey, X509 *cert, BIO *dcont, BIO *out, unsigned int flags); =head1 DESCRIPTION CMS_decrypt() extracts and decrypts the content from a CMS EnvelopedData structure. B is the private key of the recipient, B is the -recipient's certificate, B is a BIO to write the content to and +recipient's certificate, B is a BIO to write the content to and B is an optional set of flags. The B parameter is used in the rare case where the encrypted content