From: Dr. Stephen Henson Date: Fri, 13 Apr 2007 13:20:46 +0000 (+0000) Subject: Oops... X-Git-Tag: OpenSSL_0_9_8k^2~886 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=30b10f947af90ac9f1daf187015506404b7ab03b;p=oweals%2Fopenssl.git Oops... --- 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 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.