check_complete: OBJ_bsearch_() and OBJ_bsearch_ex_() are gone
authortb <tb@openbsd.org>
Thu, 8 Aug 2024 23:43:56 +0000 (23:43 +0000)
committertb <tb@openbsd.org>
Thu, 8 Aug 2024 23:43:56 +0000 (23:43 +0000)
regress/lib/libcrypto/man/check_complete.pl

index d85bbc7..6049120 100755 (executable)
@@ -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
     )]