diff options
Diffstat (limited to 'src/lib/libcrypto/doc/PKCS7_sign.pod')
-rw-r--r-- | src/lib/libcrypto/doc/PKCS7_sign.pod | 2 |
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 | |||
15 | PKCS7_sign() creates and returns a PKCS#7 signedData structure. B<signcert> is | 15 | PKCS7_sign() creates and returns a PKCS#7 signedData structure. B<signcert> is |
16 | the certificate to sign with, B<pkey> is the corresponsding private key. | 16 | the certificate to sign with, B<pkey> is the corresponsding private key. |
17 | B<certs> is an optional additional set of certificates to include in the PKCS#7 | 17 | B<certs> is an optional additional set of certificates to include in the PKCS#7 |
18 | structure (for example any intermediate CAs in the chain). | 18 | structure (for example any intermediate CAs in the chain). |
19 | 19 | ||
20 | The data to be signed is read from BIO B<data>. | 20 | The data to be signed is read from BIO B<data>. |
21 | 21 | ||