diff options
author | schwarze <> | 2023-04-28 16:59:03 +0000 |
---|---|---|
committer | schwarze <> | 2023-04-28 16:59:03 +0000 |
commit | 34e3c561c803320bc7ec429ea359bc540095d11c (patch) | |
tree | 720fceee84fbdd871794bbfc98c3c29570641733 /src/regress/lib | |
parent | 894a54df05aae48b1ccfb4d0acd6170e67c7bd80 (diff) | |
download | openbsd-34e3c561c803320bc7ec429ea359bc540095d11c.tar.gz openbsd-34e3c561c803320bc7ec429ea359bc540095d11c.tar.bz2 openbsd-34e3c561c803320bc7ec429ea359bc540095d11c.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/regress/lib')
-rwxr-xr-x | src/regress/lib/libcrypto/man/check_complete.pl | 2 |
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 |