summaryrefslogtreecommitdiff
path: root/src/regress/lib
diff options
context:
space:
mode:
authorschwarze <>2023-08-07 22:39:49 +0000
committerschwarze <>2023-08-07 22:39:49 +0000
commit6ea54c58f34d226d37ed63bbb69720cf17a6ad24 (patch)
tree4e5e0b194a903bcc977c135d4dbec005d6b55d86 /src/regress/lib
parent8f284db191d4347418f8a2745e2ec550baeac000 (diff)
downloadopenbsd-6ea54c58f34d226d37ed63bbb69720cf17a6ad24.tar.gz
openbsd-6ea54c58f34d226d37ed63bbb69720cf17a6ad24.tar.bz2
openbsd-6ea54c58f34d226d37ed63bbb69720cf17a6ad24.zip
Mark asn1_ps_func as obsolete and intentionally undocumented.
In bio.h rev. 1.59 (July 28, 2023), tb@ removed the last four functions that took function pointers of this type from the public API.
Diffstat (limited to 'src/regress/lib')
-rwxr-xr-xsrc/regress/lib/libcrypto/man/check_complete.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/regress/lib/libcrypto/man/check_complete.pl b/src/regress/lib/libcrypto/man/check_complete.pl
index 545d496007..a05e0dc28c 100755
--- a/src/regress/lib/libcrypto/man/check_complete.pl
+++ b/src/regress/lib/libcrypto/man/check_complete.pl
@@ -51,6 +51,7 @@ my %obsolete = (
51 X509_algor_st 51 X509_algor_st
52 )], 52 )],
53 bio => [qw( 53 bio => [qw(
54 asn1_ps_func
54 BIO_C_GET_PROXY_PARAM BIO_C_GET_SOCKS 55 BIO_C_GET_PROXY_PARAM BIO_C_GET_SOCKS
55 BIO_C_SET_PROXY_PARAM BIO_C_SET_SOCKS 56 BIO_C_SET_PROXY_PARAM BIO_C_SET_SOCKS
56 BIO_get_no_connect_return BIO_get_proxies 57 BIO_get_no_connect_return BIO_get_proxies