Correct argument order for CMS_decrypt() in docs.
authorDr. Stephen Henson <steve@openssl.org>
Fri, 11 Apr 2008 23:49:03 +0000 (23:49 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 11 Apr 2008 23:49:03 +0000 (23:49 +0000)
doc/crypto/CMS_decrypt.pod

index cacab3819cfca8edc27743ef6b498e242718fe84..d857e4f93f6eba7842b083fd89a658779f8d1a05 100644 (file)
@@ -8,13 +8,13 @@
 
  #include <openssl/cms.h>
 
- 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<pkey> is the private key of the recipient, B<cert> is the
-recipient's certificate, B<data> is a BIO to write the content to and
+recipient's certificate, B<out> is a BIO to write the content to and
 B<flags> is an optional set of flags.
 
 The B<dcont> parameter is used in the rare case where the encrypted content