diff options
author | schwarze <> | 2022-10-18 14:55:19 +0000 |
---|---|---|
committer | schwarze <> | 2022-10-18 14:55:19 +0000 |
commit | 30f3f65d88c5b79fc772f7e0c247a39a5be9b965 (patch) | |
tree | 312326584f2437903cc45b86995371e21eceefff | |
parent | 7ec30b26db8e76fdcf25b85a337d066de2e9dda4 (diff) | |
download | openbsd-30f3f65d88c5b79fc772f7e0c247a39a5be9b965.tar.gz openbsd-30f3f65d88c5b79fc772f7e0c247a39a5be9b965.tar.bz2 openbsd-30f3f65d88c5b79fc772f7e0c247a39a5be9b965.zip |
Remove references to four definitions that tb@ deleted in x509.h rev. 1.89
on Jan 10, 2022: X509_EX_V_INIT X509_EX_V_NETSCAPE_HACK
X509_EXT_PACK_STRING X509_EXT_PACK_UNKNOWN.
Mark BN_set_params and BN_get_params as deprecated, unused,
and intentionally undocumented.
-rwxr-xr-x | src/regress/lib/libcrypto/man/check_complete.pl | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/regress/lib/libcrypto/man/check_complete.pl b/src/regress/lib/libcrypto/man/check_complete.pl index 8e69126894..c74ae4c480 100755 --- a/src/regress/lib/libcrypto/man/check_complete.pl +++ b/src/regress/lib/libcrypto/man/check_complete.pl | |||
@@ -51,15 +51,14 @@ my %obsolete = ( | |||
51 | V_ASN1_PRIMATIVE_TAG | 51 | V_ASN1_PRIMATIVE_TAG |
52 | X509_algor_st | 52 | X509_algor_st |
53 | )], | 53 | )], |
54 | bn => [qw( | ||
55 | BN_set_params BN_get_params | ||
56 | )], | ||
54 | objects => [qw( | 57 | objects => [qw( |
55 | _DECLARE_OBJ_BSEARCH_CMP_FN | 58 | _DECLARE_OBJ_BSEARCH_CMP_FN |
56 | DECLARE_OBJ_BSEARCH_CMP_FN DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN | 59 | DECLARE_OBJ_BSEARCH_CMP_FN DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN |
57 | IMPLEMENT_OBJ_BSEARCH_CMP_FN IMPLEMENT_OBJ_BSEARCH_GLOBAL_CMP_FN | 60 | IMPLEMENT_OBJ_BSEARCH_CMP_FN IMPLEMENT_OBJ_BSEARCH_GLOBAL_CMP_FN |
58 | )], | 61 | )], |
59 | x509 => [qw( | ||
60 | X509_EX_V_INIT X509_EX_V_NETSCAPE_HACK | ||
61 | X509_EXT_PACK_STRING X509_EXT_PACK_UNKNOWN | ||
62 | )] | ||
63 | ); | 62 | ); |
64 | 63 | ||
65 | my %postponed = ( | 64 | my %postponed = ( |