1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00

Mark the obsolete PROXY_PARAM and SOCKS BIO_ctrl(3) command constants

as intentionally undocumented.  Do that here because no related
manual pages exist.
This commit is contained in:
schwarze 2023-04-28 16:59:03 +00:00
parent 7d883af911
commit 2188fc5dbd

View File

@ -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