summaryrefslogtreecommitdiff
path: root/secure/lib/libcrypto/man/PEM_write_bio_PKCS7_stream.3
diff options
context:
space:
mode:
Diffstat (limited to 'secure/lib/libcrypto/man/PEM_write_bio_PKCS7_stream.3')
-rw-r--r--secure/lib/libcrypto/man/PEM_write_bio_PKCS7_stream.317
1 files changed, 12 insertions, 5 deletions
diff --git a/secure/lib/libcrypto/man/PEM_write_bio_PKCS7_stream.3 b/secure/lib/libcrypto/man/PEM_write_bio_PKCS7_stream.3
index 44015c0ce818..0a82dbce5e7b 100644
--- a/secure/lib/libcrypto/man/PEM_write_bio_PKCS7_stream.3
+++ b/secure/lib/libcrypto/man/PEM_write_bio_PKCS7_stream.3
@@ -128,19 +128,18 @@
.rm #[ #] #H #V #F C
.\" ========================================================================
.\"
-.IX Title "PEM_write_bio_PKCS7_stream 3"
-.TH PEM_write_bio_PKCS7_stream 3 "2018-08-14" "1.0.2p" "OpenSSL"
+.IX Title "PEM_WRITE_BIO_PKCS7_STREAM 3"
+.TH PEM_WRITE_BIO_PKCS7_STREAM 3 "2018-09-11" "1.1.1" "OpenSSL"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
.nh
.SH "NAME"
-PEM_write_bio_PKCS7_stream \- output PKCS7 structure in PEM format.
+PEM_write_bio_PKCS7_stream \- output PKCS7 structure in PEM format
.SH "SYNOPSIS"
.IX Header "SYNOPSIS"
-.Vb 2
+.Vb 1
\& #include <openssl/pkcs7.h>
-\& #include <openssl/pem.h>
\&
\& int PEM_write_bio_PKCS7_stream(BIO *out, PKCS7 *p7, BIO *data, int flags);
.Ve
@@ -166,3 +165,11 @@ streaming.
.SH "HISTORY"
.IX Header "HISTORY"
\&\fIPEM_write_bio_PKCS7_stream()\fR was added to OpenSSL 1.0.0
+.SH "COPYRIGHT"
+.IX Header "COPYRIGHT"
+Copyright 2007\-2016 The OpenSSL Project Authors. All Rights Reserved.
+.PP
+Licensed under the OpenSSL license (the \*(L"License\*(R"). You may not use
+this file except in compliance with the License. You can obtain a copy
+in the file \s-1LICENSE\s0 in the source distribution or at
+<https://www.openssl.org/source/license.html>.