diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-08-08 23:43:57 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-08-08 23:43:57 +0000 |
commit | 75c89023a99acc2eeab06f48227abfa5c46301c2 (patch) | |
tree | d3bb17b1cb7bf36cf639291a44c4895648173386 /regress | |
parent | 77e61b824c3b9d08517f8ecceebf3659671ab504 (diff) |
check_complete: OBJ_bsearch_() and OBJ_bsearch_ex_() are gone
Diffstat (limited to 'regress')
-rwxr-xr-x | regress/lib/libcrypto/man/check_complete.pl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/regress/lib/libcrypto/man/check_complete.pl b/regress/lib/libcrypto/man/check_complete.pl index d85bbc7047b..604912058d0 100755 --- a/regress/lib/libcrypto/man/check_complete.pl +++ b/regress/lib/libcrypto/man/check_complete.pl @@ -34,9 +34,6 @@ my %internal = ( EVP_MD_CTRL_ALG_CTRL EVP_MD_CTX_FLAG_CLEANED EVP_MD_CTX_FLAG_REUSE )], - objects => [qw( - OBJ_bsearch_ OBJ_bsearch_ex_ - )], x509_vfy => [qw( X509_VERIFY_PARAM_ID )] |