summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschwarze <>2023-04-07 15:43:18 +0000
committerschwarze <>2023-04-07 15:43:18 +0000
commitab907e249f815de0840ba8fdd7d8eb12dcaa2cf9 (patch)
tree0cf5c203144329896c0cff83ce036fd8cbd9b422
parentff674b8d35d80103bae5606a8ee7381f0ce148ab (diff)
downloadopenbsd-ab907e249f815de0840ba8fdd7d8eb12dcaa2cf9.tar.gz
openbsd-ab907e249f815de0840ba8fdd7d8eb12dcaa2cf9.tar.bz2
openbsd-ab907e249f815de0840ba8fdd7d8eb12dcaa2cf9.zip
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.
-rwxr-xr-xsrc/regress/lib/libcrypto/man/check_complete.pl6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/regress/lib/libcrypto/man/check_complete.pl b/src/regress/lib/libcrypto/man/check_complete.pl
index af99d2dc5f..089ce9aa24 100755
--- a/src/regress/lib/libcrypto/man/check_complete.pl
+++ b/src/regress/lib/libcrypto/man/check_complete.pl
@@ -49,6 +49,12 @@ my %obsolete = (
49 V_ASN1_PRIMATIVE_TAG 49 V_ASN1_PRIMATIVE_TAG
50 X509_algor_st 50 X509_algor_st
51 )], 51 )],
52 bio => [qw(
53 BIO_get_no_connect_return BIO_get_proxies
54 BIO_get_proxy_header BIO_get_url
55 BIO_set_filter_bio BIO_set_no_connect_return BIO_set_proxies
56 BIO_set_proxy_cb BIO_set_proxy_header BIO_set_url
57 )],
52 bn => [qw( 58 bn => [qw(
53 BN_FLG_EXP_CONSTTIME BN_FLG_FREE BN_get_params 59 BN_FLG_EXP_CONSTTIME BN_FLG_FREE BN_get_params
54 BN_HEX_FMT1 BN_HEX_FMT2 BN_MASK 60 BN_HEX_FMT1 BN_HEX_FMT2 BN_MASK