From 34e3c561c803320bc7ec429ea359bc540095d11c Mon Sep 17 00:00:00 2001
From: schwarze <>
Date: Fri, 28 Apr 2023 16:59:03 +0000
Subject: Mark the obsolete PROXY_PARAM and SOCKS BIO_ctrl(3) command constants
 as intentionally undocumented.  Do that here because no related manual pages
 exist.

---
 src/regress/lib/libcrypto/man/check_complete.pl | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/regress/lib/libcrypto/man/check_complete.pl b/src/regress/lib/libcrypto/man/check_complete.pl
index 089ce9aa24..87f49cf577 100755
--- a/src/regress/lib/libcrypto/man/check_complete.pl
+++ b/src/regress/lib/libcrypto/man/check_complete.pl
@@ -50,6 +50,8 @@ my %obsolete = (
 	X509_algor_st
     )],
     bio => [qw(
+	BIO_C_GET_PROXY_PARAM BIO_C_GET_SOCKS
+	BIO_C_SET_PROXY_PARAM BIO_C_SET_SOCKS
 	BIO_get_no_connect_return BIO_get_proxies
 	BIO_get_proxy_header BIO_get_url
 	BIO_set_filter_bio BIO_set_no_connect_return BIO_set_proxies
-- 
cgit v1.2.3-55-g6feb