From 594d277d5201f9f1041bda2a772560639ede9e77 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Sun, 30 Apr 2023 13:38:48 +0000 Subject: Mark the five BIO_GHBN_* constants as intentionally undocumented. They are intended to be used by BIO_gethostbyname(), which is deprecated in OpenSSL and already marked as intentionally undocumented in LibreSSL. Besides, these constants are completely unused by anything. --- src/lib/libcrypto/man/BIO_accept.3 | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/lib/libcrypto/man/BIO_accept.3 b/src/lib/libcrypto/man/BIO_accept.3 index 7e9839c1ca..e2547ac0dd 100644 --- a/src/lib/libcrypto/man/BIO_accept.3 +++ b/src/lib/libcrypto/man/BIO_accept.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: BIO_accept.3,v 1.1 2022/12/22 21:05:48 schwarze Exp $ +.\" $OpenBSD: BIO_accept.3,v 1.2 2023/04/30 13:38:48 schwarze Exp $ .\" .\" Copyright (c) 2022 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: December 22 2022 $ +.Dd $Mdocdate: April 30 2023 $ .Dt BIO_ACCEPT 3 .Os .Sh NAME @@ -32,6 +32,11 @@ .Nm BIO_set_tcp_ndelay .\" deprecated in OpenSSL and unused anywhere, hence intentionally undocumented .\" .Nm BIO_gethostbyname +.\" .Nm BIO_GHBN_CTRL_CACHE_SIZE +.\" .Nm BIO_GHBN_CTRL_FLUSH +.\" .Nm BIO_GHBN_CTRL_GET_ENTRY +.\" .Nm BIO_GHBN_CTRL_HITS +.\" .Nm BIO_GHBN_CTRL_MISSES .\" .Nm BIO_socket_ioctl .\" does almost nothing and used very rarely, hence intentionally undocumented .\" .Nm BIO_sock_init -- cgit v1.2.3-55-g6feb