summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2007-04-13 13:20:46 +0000
committerDr. Stephen Henson <steve@openssl.org>2007-04-13 13:20:46 +0000
commit30b10f947af90ac9f1daf187015506404b7ab03b (patch)
tree152729274e5cd86b9a5bf02d3ded4d8473fdcd1a /doc
parent731c6802d7ec213eee896b659f24e1798d4dff40 (diff)
Oops...
Diffstat (limited to 'doc')
-rw-r--r--doc/crypto/SMIME_write_PKCS7.pod2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/crypto/SMIME_write_PKCS7.pod b/doc/crypto/SMIME_write_PKCS7.pod
index 5dd83ab791..ca6bd02763 100644
--- a/doc/crypto/SMIME_write_PKCS7.pod
+++ b/doc/crypto/SMIME_write_PKCS7.pod
@@ -39,8 +39,6 @@ If cleartext signing is being used and B<PKCS7_STREAM> not set then
the data must be read twice: once to compute the signature in PKCS7_sign()
and once to output the S/MIME message.
-=head1 NOTES
-
If streaming is performed the content is output in BER format using indefinite
length constructuted encoding except in the case of signed data with detached
content where the content is absent and DER format is used.