diff options
author | jmc <> | 2016-12-08 21:48:50 +0000 |
---|---|---|
committer | jmc <> | 2016-12-08 21:48:50 +0000 |
commit | 5418cbcc35c07098b601750bd5e31ff1f58ff2ca (patch) | |
tree | 51adef57c1053c866821a29d02e0261f7f40dce0 /src/lib/libcrypto/man/i2d_PKCS7_bio_stream.3 | |
parent | d005c040eb015cb7a531a0fc79d93c52f0a6d3fa (diff) | |
download | openbsd-5418cbcc35c07098b601750bd5e31ff1f58ff2ca.tar.gz openbsd-5418cbcc35c07098b601750bd5e31ff1f58ff2ca.tar.bz2 openbsd-5418cbcc35c07098b601750bd5e31ff1f58ff2ca.zip |
minor cleanup;
Diffstat (limited to 'src/lib/libcrypto/man/i2d_PKCS7_bio_stream.3')
-rw-r--r-- | src/lib/libcrypto/man/i2d_PKCS7_bio_stream.3 | 6 |
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 @@ | |||
69 | outputs a | 69 | outputs a |
70 | .Vt PKCS7 | 70 | .Vt PKCS7 |
71 | structure in BER format. | 71 | structure in BER format. |
72 | .Pp | ||
73 | It is otherwise identical to the function | 72 | It is otherwise identical to the function |
74 | .Xr SMIME_write_PKCS7 3 . | 73 | .Xr SMIME_write_PKCS7 3 . |
75 | .Pp | ||
76 | This function is effectively a version of | 74 | This function is effectively a version of |
77 | .Xr d2i_PKCS7_bio 3 | 75 | .Xr d2i_PKCS7_bio 3 |
78 | supporting streaming. | 76 | supporting streaming. |