summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/BIO_s_mem.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/BIO_s_mem.3')
-rw-r--r--src/lib/libcrypto/man/BIO_s_mem.38
1 files changed, 2 insertions, 6 deletions
diff --git a/src/lib/libcrypto/man/BIO_s_mem.3 b/src/lib/libcrypto/man/BIO_s_mem.3
index 475cd8869f..d7bbf6af43 100644
--- a/src/lib/libcrypto/man/BIO_s_mem.3
+++ b/src/lib/libcrypto/man/BIO_s_mem.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: BIO_s_mem.3,v 1.18 2023/04/29 12:04:54 schwarze Exp $ 1.\" $OpenBSD: BIO_s_mem.3,v 1.19 2023/11/16 20:19:23 schwarze Exp $
2.\" full merge up to: OpenSSL 8711efb4 Mon Apr 20 11:33:12 2009 +0000 2.\" full merge up to: OpenSSL 8711efb4 Mon Apr 20 11:33:12 2009 +0000
3.\" selective merge up to: OpenSSL 36359cec Mar 7 14:37:23 2018 +0100 3.\" selective merge up to: OpenSSL 36359cec Mar 7 14:37:23 2018 +0100
4.\" 4.\"
@@ -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: April 29 2023 $ 52.Dd $Mdocdate: November 16 2023 $
53.Dt BIO_S_MEM 3 53.Dt BIO_S_MEM 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -158,7 +158,6 @@ sets
158.Pf * Fa pp 158.Pf * Fa pp
159to a pointer to the start of the memory BIO's data 159to a pointer to the start of the memory BIO's data
160and returns the total amount of data available. 160and returns the total amount of data available.
161It is implemented as a macro.
162.Pp 161.Pp
163.Fn BIO_set_mem_buf 162.Fn BIO_set_mem_buf
164sets the internal BUF_MEM structure to 163sets the internal BUF_MEM structure to
@@ -171,15 +170,12 @@ should be either
171.Dv BIO_CLOSE 170.Dv BIO_CLOSE
172or 171or
173.Dv BIO_NOCLOSE . 172.Dv BIO_NOCLOSE .
174.Fn BIO_set_mem_buf
175is a macro.
176.Pp 173.Pp
177.Fn BIO_get_mem_ptr 174.Fn BIO_get_mem_ptr
178places the underlying 175places the underlying
179.Vt BUF_MEM 176.Vt BUF_MEM
180structure in 177structure in
181.Pf * Fa pp . 178.Pf * Fa pp .
182It is a macro.
183.Pp 179.Pp
184.Fn BIO_new_mem_buf 180.Fn BIO_new_mem_buf
185creates a memory BIO using 181creates a memory BIO using