summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorschwarze <>2018-03-29 20:31:50 +0000
committerschwarze <>2018-03-29 20:31:50 +0000
commit05128a2e091c03db410249fa1c393ee7572a5fb5 (patch)
tree2bcdff242f9f972d840f870b4be8f119d109388c /src
parent7d34826f0b6475650e351ee722d6cac854e1429b (diff)
downloadopenbsd-05128a2e091c03db410249fa1c393ee7572a5fb5.tar.gz
openbsd-05128a2e091c03db410249fa1c393ee7572a5fb5.tar.bz2
openbsd-05128a2e091c03db410249fa1c393ee7572a5fb5.zip
BIO_get_mem_data(3) and BIO_get_mem_ptr(3) assign to *pp, not to pp;
from <Matthias dot St dot Pierre at ncp dash e dot com> via OpenSSL commit 36359cec Mar 7 14:37:23 2018 +0100
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/BIO_s_mem.310
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libcrypto/man/BIO_s_mem.3 b/src/lib/libcrypto/man/BIO_s_mem.3
index 47d829688f..67c71b2562 100644
--- a/src/lib/libcrypto/man/BIO_s_mem.3
+++ b/src/lib/libcrypto/man/BIO_s_mem.3
@@ -1,6 +1,6 @@
1.\" $OpenBSD: BIO_s_mem.3,v 1.10 2018/03/27 17:35:50 schwarze Exp $ 1.\" $OpenBSD: BIO_s_mem.3,v 1.11 2018/03/29 20:31:50 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 61f805c1 Jan 16 01:01:46 2018 +0800 3.\" selective merge up to: OpenSSL 36359cec Mar 7 14:37:23 2018 +0100
4.\" 4.\"
5.\" This file was written by Dr. Stephen Henson <steve@openssl.org>. 5.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
6.\" Copyright (c) 2000 The OpenSSL Project. All rights reserved. 6.\" Copyright (c) 2000 The OpenSSL Project. All rights reserved.
@@ -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: March 27 2018 $ 52.Dd $Mdocdate: March 29 2018 $
53.Dt BIO_S_MEM 3 53.Dt BIO_S_MEM 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -151,7 +151,7 @@ should be set to a negative value, typically -1.
151.Pp 151.Pp
152.Fn BIO_get_mem_data 152.Fn BIO_get_mem_data
153sets 153sets
154.Fa pp 154.Pf * Fa pp
155to a pointer to the start of the memory BIO's data 155to a pointer to the start of the memory BIO's data
156and returns the total amount of data available. 156and returns the total amount of data available.
157It is implemented as a macro. 157It is implemented as a macro.
@@ -174,7 +174,7 @@ is a macro.
174places the underlying 174places the underlying
175.Vt BUF_MEM 175.Vt BUF_MEM
176structure in 176structure in
177.Fa pp . 177.Pf * Fa pp .
178It is a macro. 178It is a macro.
179.Pp 179.Pp
180.Fn BIO_new_mem_buf 180.Fn BIO_new_mem_buf