summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/SMIME_write_PKCS7.pod
diff options
context:
space:
mode:
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