summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/i2d_PKCS7_bio_stream.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/i2d_PKCS7_bio_stream.3')
-rw-r--r--src/lib/libcrypto/man/i2d_PKCS7_bio_stream.36
1 files changed, 2 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/i2d_PKCS7_bio_stream.3 b/src/lib/libcrypto/man/i2d_PKCS7_bio_stream.3
index 694b320e49..6e813f2cc3 100644
--- a/src/lib/libcrypto/man/i2d_PKCS7_bio_stream.3
+++ b/src/lib/libcrypto/man/i2d_PKCS7_bio_stream.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: i2d_PKCS7_bio_stream.3,v 1.4 2016/12/06 14:45:08 schwarze Exp $ 1.\" $OpenBSD: i2d_PKCS7_bio_stream.3,v 1.5 2016/12/08 21:48:50 jmc Exp $
2.\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 2.\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400
3.\" 3.\"
4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>. 4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -49,7 +49,7 @@
49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
50.\" OF THE POSSIBILITY OF SUCH DAMAGE. 50.\" OF THE POSSIBILITY OF SUCH DAMAGE.
51.\" 51.\"
52.Dd $Mdocdate: December 6 2016 $ 52.Dd $Mdocdate: December 8 2016 $
53.Dt I2D_PKCS7_BIO_STREAM 3 53.Dt I2D_PKCS7_BIO_STREAM 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -69,10 +69,8 @@
69outputs a 69outputs a
70.Vt PKCS7 70.Vt PKCS7
71structure in BER format. 71structure in BER format.
72.Pp
73It is otherwise identical to the function 72It is otherwise identical to the function
74.Xr SMIME_write_PKCS7 3 . 73.Xr SMIME_write_PKCS7 3 .
75.Pp
76This function is effectively a version of 74This function is effectively a version of
77.Xr d2i_PKCS7_bio 3 75.Xr d2i_PKCS7_bio 3
78supporting streaming. 76supporting streaming.