summaryrefslogtreecommitdiffstats
path: root/doc/man3/CMS_decrypt.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man3/CMS_decrypt.pod')
-rw-r--r--doc/man3/CMS_decrypt.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/man3/CMS_decrypt.pod b/doc/man3/CMS_decrypt.pod
index 1174734022..b9f2c28447 100644
--- a/doc/man3/CMS_decrypt.pod
+++ b/doc/man3/CMS_decrypt.pod
@@ -8,7 +8,8 @@ CMS_decrypt - decrypt content from a CMS envelopedData structure
#include <openssl/cms.h>
- int CMS_decrypt(CMS_ContentInfo *cms, EVP_PKEY *pkey, X509 *cert, BIO *dcont, BIO *out, unsigned int flags);
+ int CMS_decrypt(CMS_ContentInfo *cms, EVP_PKEY *pkey, X509 *cert,
+ BIO *dcont, BIO *out, unsigned int flags);
=head1 DESCRIPTION