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