Mark BIO_dump_cb(3) and BIO_dump_indent_cb(3) as intentionally undocumented.
authorschwarze <schwarze@openbsd.org>
Tue, 20 Dec 2022 15:34:03 +0000 (15:34 +0000)
committerschwarze <schwarze@openbsd.org>
Tue, 20 Dec 2022 15:34:03 +0000 (15:34 +0000)
It appears Richard Levitte succumbed to everything-needs-a-callback-paranoia
in 2004, but nobody is going to be surprised that nothing whatsoever wants
to use this particular callback, according to codesearch.debian.net.

lib/libcrypto/man/BIO_dump.3

index b2145e2..8817f0c 100644 (file)
@@ -1,4 +1,4 @@
-.\" $OpenBSD: BIO_dump.3,v 1.3 2022/01/15 23:38:50 jsg Exp $
+.\" $OpenBSD: BIO_dump.3,v 1.4 2022/12/20 15:34:03 schwarze Exp $
 .\"
 .\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org>
 .\"
@@ -14,7 +14,7 @@
 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\"
-.Dd $Mdocdate: January 15 2022 $
+.Dd $Mdocdate: December 20 2022 $
 .Dt BIO_DUMP 3
 .Os
 .Sh NAME
@@ -22,6 +22,9 @@
 .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
 .Nd hexadecimal printout of arbitrary byte arrays
 .Sh SYNOPSIS
 .In openssl/bio.h