diff options
Diffstat (limited to 'src')
-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 = ( |