summaryrefslogtreecommitdiffstats
path: root/doc/man3/CMS_encrypt.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man3/CMS_encrypt.pod')
-rw-r--r--doc/man3/CMS_encrypt.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/man3/CMS_encrypt.pod b/doc/man3/CMS_encrypt.pod
index 0ed42628c3..8d7211056e 100644
--- a/doc/man3/CMS_encrypt.pod
+++ b/doc/man3/CMS_encrypt.pod
@@ -8,7 +8,8 @@ CMS_encrypt - create a CMS envelopedData structure
#include <openssl/cms.h>
- CMS_ContentInfo *CMS_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher, unsigned int flags);
+ CMS_ContentInfo *CMS_encrypt(STACK_OF(X509) *certs, BIO *in,
+ const EVP_CIPHER *cipher, unsigned int flags);
=head1 DESCRIPTION