diff options
author | steve <steve> | 2007-04-13 13:20:46 +0000 |
---|---|---|
committer | steve <steve> | 2007-04-13 13:20:46 +0000 |
commit | cfa3b5b379e5c59a259df2c87ca1ef9e676cbb61 (patch) | |
tree | 82defd9b44105ba9adbe5d07654e3fda79882679 /doc | |
parent | 0652de542a97cbab4f2dfc71a678ca3165299860 (diff) | |
download | openssl-cfa3b5b379e5c59a259df2c87ca1ef9e676cbb61.tar.gz |
Oops...
Diffstat (limited to 'doc')
-rw-r--r-- | doc/crypto/SMIME_write_PKCS7.pod | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/crypto/SMIME_write_PKCS7.pod b/doc/crypto/SMIME_write_PKCS7.pod index 5dd83ab79..ca6bd0276 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. |