diff options
| author | schwarze <> | 2022-12-23 17:27:53 +0000 |
|---|---|---|
| committer | schwarze <> | 2022-12-23 17:27:53 +0000 |
| commit | b994d6b549e306c0b900427114e95d6cc9f94b23 (patch) | |
| tree | f4e4c665cc4907135621e24492f908e4c5eb5769 /src/lib/libcrypto/man | |
| parent | f703c1b6be347af4dbaadef5772f4f66ac3733c9 (diff) | |
| download | openbsd-b994d6b549e306c0b900427114e95d6cc9f94b23.tar.gz openbsd-b994d6b549e306c0b900427114e95d6cc9f94b23.tar.bz2 openbsd-b994d6b549e306c0b900427114e95d6cc9f94b23.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/lib/libcrypto/man')
| -rw-r--r-- | src/lib/libcrypto/man/BIO_f_buffer.3 | 7 |
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 |
