From: tb Date: Thu, 8 Aug 2024 23:43:56 +0000 (+0000) Subject: check_complete: OBJ_bsearch_() and OBJ_bsearch_ex_() are gone X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=4208a2147bbb0194d8b39462942ec2d9fd8412f9;p=openbsd check_complete: OBJ_bsearch_() and OBJ_bsearch_ex_() are gone --- 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 )]