From: schwarze Date: Fri, 7 Apr 2023 15:43:18 +0000 (+0000) Subject: Ignore ten getter and setter control macros related to proxy BIOs. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=c83d4cbbb3947b31ca2259ce51823d1d680e1807;p=openbsd Ignore ten getter and setter control macros related to proxy BIOs. Those are not useful because such a BIO type neither exists in LibreSSL nor in OpenSSL 1.1.1. Not adding the deprecation notice to some manual page because there is no manual page that is even vaguely related. --- diff --git a/regress/lib/libcrypto/man/check_complete.pl b/regress/lib/libcrypto/man/check_complete.pl index af99d2dc5f7..089ce9aa244 100755 --- a/regress/lib/libcrypto/man/check_complete.pl +++ b/regress/lib/libcrypto/man/check_complete.pl @@ -49,6 +49,12 @@ my %obsolete = ( V_ASN1_PRIMATIVE_TAG X509_algor_st )], + bio => [qw( + 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 + BIO_set_proxy_cb BIO_set_proxy_header BIO_set_url + )], bn => [qw( BN_FLG_EXP_CONSTTIME BN_FLG_FREE BN_get_params BN_HEX_FMT1 BN_HEX_FMT2 BN_MASK