From 9f95806ad8d64922d493cf10e05a982c71c788c5 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 9 May 2025 13:24:37 +0000 Subject: Garbage collect docs of BIO_dump{,_indent}_{cb,fp}() The _cb() variants were only documented as intentionally undocumented. Be that as it may, they left the building more than a year ago. --- src/lib/libcrypto/man/BIO_dump.3 | 38 +++----------------------------------- 1 file changed, 3 insertions(+), 35 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/man/BIO_dump.3 b/src/lib/libcrypto/man/BIO_dump.3 index 8817f0c4ca..5b8b90b1f0 100644 --- a/src/lib/libcrypto/man/BIO_dump.3 +++ b/src/lib/libcrypto/man/BIO_dump.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: BIO_dump.3,v 1.4 2022/12/20 15:34:03 schwarze Exp $ +.\" $OpenBSD: BIO_dump.3,v 1.5 2025/05/09 13:24:37 tb Exp $ .\" .\" Copyright (c) 2021 Ingo Schwarze .\" @@ -14,17 +14,12 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: December 20 2022 $ +.Dd $Mdocdate: May 9 2025 $ .Dt BIO_DUMP 3 .Os .Sh NAME .Nm BIO_dump , -.Nm BIO_dump_indent , -.Nm BIO_dump_fp , -.Nm BIO_dump_indent_fp -.\" intentionally undocumented because nothing uses these two functions: -.\" .Nm BIO_dump_cb -.\" .Nm BIO_dump_indent_cb +.Nm BIO_dump_indent .Nd hexadecimal printout of arbitrary byte arrays .Sh SYNOPSIS .In openssl/bio.h @@ -41,19 +36,6 @@ .Fa "int len" .Fa "int indent" .Fc -.Ft int -.Fo BIO_dump_fp -.Fa "FILE *fp" -.Fa "const char *s" -.Fa "int len" -.Fc -.Ft int -.Fo BIO_dump_indent_fp -.Fa "FILE *fp" -.Fa "const char *s" -.Fa "int len" -.Fa "int indent" -.Fc .Sh DESCRIPTION .Fn BIO_dump prints @@ -92,14 +74,6 @@ If .Fa indent is 7 or more, the number of data columns is reduced such that the total width of the output does not exceed 79 characters per line. -.Pp -.Fn BIO_dump_fp -and -.Fn BIO_dump_indent_fp -are similar except that -.Xr fwrite 3 -is used instead of -.Xr BIO_write 3 . .Sh RETURN VALUES On success these functions return the total number of bytes written by .Xr BIO_write 3 @@ -120,9 +94,3 @@ first appeared in SSLeay 0.6.5 and has been available since .Fn BIO_dump_indent first appeared in OpenSSL 0.9.6 and has been available since .Ox 2.9 . -.Pp -.Fn BIO_dump_fp -and -.Fn BIO_dump_indent_fp -first appeared in OpenSSL 0.9.8 and have been available since -.Ox 4.5 . -- cgit v1.2.3-55-g6feb