summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/PKCS7_sign.pod
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/doc/PKCS7_sign.pod')
-rw-r--r--src/lib/libcrypto/doc/PKCS7_sign.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/doc/PKCS7_sign.pod b/src/lib/libcrypto/doc/PKCS7_sign.pod
index 64a35144f8..9a4f5b173e 100644
--- a/src/lib/libcrypto/doc/PKCS7_sign.pod
+++ b/src/lib/libcrypto/doc/PKCS7_sign.pod
@@ -15,7 +15,7 @@ PKCS7_sign - create a PKCS#7 signedData structure
15PKCS7_sign() creates and returns a PKCS#7 signedData structure. B<signcert> is 15PKCS7_sign() creates and returns a PKCS#7 signedData structure. B<signcert> is
16the certificate to sign with, B<pkey> is the corresponsding private key. 16the certificate to sign with, B<pkey> is the corresponsding private key.
17B<certs> is an optional additional set of certificates to include in the PKCS#7 17B<certs> is an optional additional set of certificates to include in the PKCS#7
18structure (for example any intermediate CAs in the chain). 18structure (for example any intermediate CAs in the chain).
19 19
20The data to be signed is read from BIO B<data>. 20The data to be signed is read from BIO B<data>.
21 21