summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/SMIME_write_PKCS7.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/SMIME_write_PKCS7.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/SMIME_write_PKCS7.pod')
-rw-r--r--src/lib/libcrypto/doc/SMIME_write_PKCS7.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/doc/SMIME_write_PKCS7.pod b/src/lib/libcrypto/doc/SMIME_write_PKCS7.pod
index ca6bd02763..4a7cd08c42 100644
--- a/src/lib/libcrypto/doc/SMIME_write_PKCS7.pod
+++ b/src/lib/libcrypto/doc/SMIME_write_PKCS7.pod
@@ -40,7 +40,7 @@ the data must be read twice: once to compute the signature in PKCS7_sign()
40and once to output the S/MIME message. 40and once to output the S/MIME message.
41 41
42If streaming is performed the content is output in BER format using indefinite 42If streaming is performed the content is output in BER format using indefinite
43length constructuted encoding except in the case of signed data with detached 43length constructed encoding except in the case of signed data with detached
44content where the content is absent and DER format is used. 44content where the content is absent and DER format is used.
45 45
46=head1 BUGS 46=head1 BUGS