summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/libcrypto/man/BIO_dump.37
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