diff options
author | schwarze <> | 2023-08-08 12:55:08 +0000 |
---|---|---|
committer | schwarze <> | 2023-08-08 12:55:08 +0000 |
commit | 979d379b4cd6c6604ce566cb56bd9b4533b74409 (patch) | |
tree | 4669cb4bff88fff5f99486bfa7c5e8b816e1c918 | |
parent | 05c395e8c5431a9cd823b3769154151bcaa8e92c (diff) | |
download | openbsd-979d379b4cd6c6604ce566cb56bd9b4533b74409.tar.gz openbsd-979d379b4cd6c6604ce566cb56bd9b4533b74409.tar.bz2 openbsd-979d379b4cd6c6604ce566cb56bd9b4533b74409.zip |
In objects.h rev. 1.17 (Jan 14, 2022),
tb@ removed the following macros from the public API:
_DECLARE_OBJ_BSEARCH_CMP_FN
DECLARE_OBJ_BSEARCH_CMP_FN DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN
IMPLEMENT_OBJ_BSEARCH_CMP_FN IMPLEMENT_OBJ_BSEARCH_GLOBAL_CMP_FN
OBJ_bsearch OBJ_bsearch_ex
In objects.h rev. 1.20 (Nov 11, 2022), jsing@ unifdef'ed USE_OBJ_MAC.
Stop marking these names as intentionally undocumented.
-rwxr-xr-x | src/regress/lib/libcrypto/man/check_complete.pl | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/regress/lib/libcrypto/man/check_complete.pl b/src/regress/lib/libcrypto/man/check_complete.pl index 2fdf6a6724..76f031eac0 100755 --- a/src/regress/lib/libcrypto/man/check_complete.pl +++ b/src/regress/lib/libcrypto/man/check_complete.pl | |||
@@ -31,8 +31,7 @@ my %internal = ( | |||
31 | BN_TBIT BN_ULLONG | 31 | BN_TBIT BN_ULLONG |
32 | )], | 32 | )], |
33 | objects => [qw( | 33 | objects => [qw( |
34 | OBJ_bsearch OBJ_bsearch_ OBJ_bsearch_ex OBJ_bsearch_ex_ | 34 | OBJ_bsearch_ OBJ_bsearch_ex_ |
35 | USE_OBJ_MAC | ||
36 | )], | 35 | )], |
37 | x509_vfy => [qw( | 36 | x509_vfy => [qw( |
38 | X509_VERIFY_PARAM_ID | 37 | X509_VERIFY_PARAM_ID |
@@ -62,11 +61,6 @@ my %obsolete = ( | |||
62 | bn => [qw( | 61 | bn => [qw( |
63 | BN_HEX_FMT1 BN_HEX_FMT2 BN_MASK | 62 | BN_HEX_FMT1 BN_HEX_FMT2 BN_MASK |
64 | )], | 63 | )], |
65 | objects => [qw( | ||
66 | _DECLARE_OBJ_BSEARCH_CMP_FN | ||
67 | DECLARE_OBJ_BSEARCH_CMP_FN DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN | ||
68 | IMPLEMENT_OBJ_BSEARCH_CMP_FN IMPLEMENT_OBJ_BSEARCH_GLOBAL_CMP_FN | ||
69 | )], | ||
70 | ); | 64 | ); |
71 | 65 | ||
72 | my %postponed = ( | 66 | my %postponed = ( |