summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorschwarze <>2022-12-23 17:27:53 +0000
committerschwarze <>2022-12-23 17:27:53 +0000
commit69e3200bfe328c5b28962db021d49b7e59c0073e (patch)
treef4e4c665cc4907135621e24492f908e4c5eb5769 /src
parent3691519fd1991f94b13d9e3d36694dea9f269133 (diff)
downloadopenbsd-69e3200bfe328c5b28962db021d49b7e59c0073e.tar.gz
openbsd-69e3200bfe328c5b28962db021d49b7e59c0073e.tar.bz2
openbsd-69e3200bfe328c5b28962db021d49b7e59c0073e.zip
Mark BIO_buffer_get_num_lines(3) as intentionally undocumented.
Contrary to what bio.h says, it does not *not* retrieve some "IO type", whatever that is supposed to be, but it is a NOOP, and nothing uses it. Despite its name, it is unrelated to BIO_f_buffer(3), and please be careful to not confuse it with BIO_get_buffer_num_lines(3).
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/BIO_f_buffer.37
1 files changed, 5 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/BIO_f_buffer.3 b/src/lib/libcrypto/man/BIO_f_buffer.3
index a22addfbcb..b84bb94452 100644
--- a/src/lib/libcrypto/man/BIO_f_buffer.3
+++ b/src/lib/libcrypto/man/BIO_f_buffer.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: BIO_f_buffer.3,v 1.12 2022/12/18 19:35:36 schwarze Exp $ 1.\" $OpenBSD: BIO_f_buffer.3,v 1.13 2022/12/23 17:27:53 schwarze Exp $
2.\" full merge up to OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 2.\" full merge up to 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 18 2022 $ 52.Dd $Mdocdate: December 23 2022 $
53.Dt BIO_F_BUFFER 3 53.Dt BIO_F_BUFFER 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -59,6 +59,9 @@
59.Nm BIO_set_write_buffer_size , 59.Nm BIO_set_write_buffer_size ,
60.Nm BIO_set_buffer_size , 60.Nm BIO_set_buffer_size ,
61.Nm BIO_set_buffer_read_data 61.Nm BIO_set_buffer_read_data
62.\" .Nm BIO_buffer_get_num_lines is intentionally undocumented.
63.\" Contrary to what bio.h says, it does not *not* get some "IO type",
64.\" whatever that is supposed to be, but is a NOOP, and nothing uses it.
62.Nd buffering BIO 65.Nd buffering BIO
63.Sh SYNOPSIS 66.Sh SYNOPSIS
64.In openssl/bio.h 67.In openssl/bio.h