summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/PKCS7_verify.pod
diff options
context:
space:
mode:
authorsobrado <>2015-09-22 08:08:07 +0000
committersobrado <>2015-09-22 08:08:07 +0000
commit7746c18fb3482ba8d6fd1f9508801722028094b1 (patch)
tree44f72e5c66d08a8e69898fb02d0eff61ca84d533 /src/lib/libcrypto/doc/PKCS7_verify.pod
parentb15d8c593eec3a6437fc962608396fa0c9fe134b (diff)
downloadopenbsd-libressl-v2.3.0.tar.gz
openbsd-libressl-v2.3.0.tar.bz2
openbsd-libressl-v2.3.0.zip
typos in documentation; better wording, suggested by jmc@libressl-v2.3.0
ok jmc@
Diffstat (limited to 'src/lib/libcrypto/doc/PKCS7_verify.pod')
-rw-r--r--src/lib/libcrypto/doc/PKCS7_verify.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/doc/PKCS7_verify.pod b/src/lib/libcrypto/doc/PKCS7_verify.pod
index 781c6108a9..059fbff8e9 100644
--- a/src/lib/libcrypto/doc/PKCS7_verify.pod
+++ b/src/lib/libcrypto/doc/PKCS7_verify.pod
@@ -16,7 +16,7 @@ PKCS7_verify, PKCS7_get0_signers - verify a PKCS#7 signedData structure
16 16
17PKCS7_verify() verifies a PKCS#7 signedData structure. B<p7> is the PKCS7 17PKCS7_verify() verifies a PKCS#7 signedData structure. B<p7> is the PKCS7
18structure to verify. B<certs> is a set of certificates in which to search for 18structure to verify. B<certs> is a set of certificates in which to search for
19the signer's certificate. B<store> is a trusted certficate store (used for 19the signer's certificate. B<store> is a trusted certificate store (used for
20chain verification). B<indata> is the signed data if the content is not 20chain verification). B<indata> is the signed data if the content is not
21present in B<p7> (that is it is detached). The content is written to B<out> 21present in B<p7> (that is it is detached). The content is written to B<out>
22if it is not NULL. 22if it is not NULL.