diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2022-12-20 15:34:04 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2022-12-20 15:34:04 +0000 |
commit | b2132421b79a2d444b5beb720bf1b9fbfbfe3daa (patch) | |
tree | b0fa74331fe71db19a5749f0d4a538718d10c2e8 /lib/libcrypto/man | |
parent | 89172cc4cd406e9e1061b016462df2da74e1b805 (diff) |
Mark BIO_dump_cb(3) and BIO_dump_indent_cb(3) as intentionally undocumented.
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.
Diffstat (limited to 'lib/libcrypto/man')
-rw-r--r-- | lib/libcrypto/man/BIO_dump.3 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/libcrypto/man/BIO_dump.3 b/lib/libcrypto/man/BIO_dump.3 index b2145e22423..8817f0c4cac 100644 --- a/lib/libcrypto/man/BIO_dump.3 +++ b/lib/libcrypto/man/BIO_dump.3 @@ -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 |