From a7db29f025485d21f54830eb1d91d27be3366249 Mon Sep 17 00:00:00 2001 From: schwarze Date: Sun, 30 Apr 2023 13:38:48 +0000 Subject: [PATCH] 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. --- lib/libcrypto/man/BIO_accept.3 | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/lib/libcrypto/man/BIO_accept.3 b/lib/libcrypto/man/BIO_accept.3 index 7e9839c1cab..e2547ac0dd5 100644 --- a/lib/libcrypto/man/BIO_accept.3 +++ b/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 .\" @@ -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 -- 2.20.1