summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorschwarze <>2023-04-28 16:59:03 +0000
committerschwarze <>2023-04-28 16:59:03 +0000
commit38385ceb926c9c8ba9933b95dcbb0eee53c4284a (patch)
tree720fceee84fbdd871794bbfc98c3c29570641733 /src
parent4c600de697252b1e73681c63182ac68e7f0da432 (diff)
downloadopenbsd-38385ceb926c9c8ba9933b95dcbb0eee53c4284a.tar.gz
openbsd-38385ceb926c9c8ba9933b95dcbb0eee53c4284a.tar.bz2
openbsd-38385ceb926c9c8ba9933b95dcbb0eee53c4284a.zip
Mark the obsolete PROXY_PARAM and SOCKS BIO_ctrl(3) command constants
as intentionally undocumented. Do that here because no related manual pages exist.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/regress/lib/libcrypto/man/check_complete.pl2
1 files changed, 2 insertions, 0 deletions
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 = (
50 X509_algor_st 50 X509_algor_st
51 )], 51 )],
52 bio => [qw( 52 bio => [qw(
53 BIO_C_GET_PROXY_PARAM BIO_C_GET_SOCKS
54 BIO_C_SET_PROXY_PARAM BIO_C_SET_SOCKS
53 BIO_get_no_connect_return BIO_get_proxies 55 BIO_get_no_connect_return BIO_get_proxies
54 BIO_get_proxy_header BIO_get_url 56 BIO_get_proxy_header BIO_get_url
55 BIO_set_filter_bio BIO_set_no_connect_return BIO_set_proxies 57 BIO_set_filter_bio BIO_set_no_connect_return BIO_set_proxies