summaryrefslogtreecommitdiffstats
path: root/doc/man3/CMS_sign.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man3/CMS_sign.pod')
-rw-r--r--doc/man3/CMS_sign.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/man3/CMS_sign.pod b/doc/man3/CMS_sign.pod
index 396deef772..79446b1298 100644
--- a/doc/man3/CMS_sign.pod
+++ b/doc/man3/CMS_sign.pod
@@ -8,7 +8,8 @@ CMS_sign - create a CMS SignedData structure
#include <openssl/cms.h>
- CMS_ContentInfo *CMS_sign(X509 *signcert, EVP_PKEY *pkey, STACK_OF(X509) *certs, BIO *data, unsigned int flags);
+ CMS_ContentInfo *CMS_sign(X509 *signcert, EVP_PKEY *pkey, STACK_OF(X509) *certs,
+ BIO *data, unsigned int flags);
=head1 DESCRIPTION