summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2024-08-08 23:43:56 +0000
committertb <>2024-08-08 23:43:56 +0000
commitb33067144a2dabfc3c81cba40f5d61f75246b45c (patch)
treea2b9dff2bcf5dc150e4164fbfbde3a78f6b36c6c
parent14e4c389608a0ab6e2b97fd9a8e8b83ecef36704 (diff)
downloadopenbsd-b33067144a2dabfc3c81cba40f5d61f75246b45c.tar.gz
openbsd-b33067144a2dabfc3c81cba40f5d61f75246b45c.tar.bz2
openbsd-b33067144a2dabfc3c81cba40f5d61f75246b45c.zip
check_complete: OBJ_bsearch_() and OBJ_bsearch_ex_() are gone
-rwxr-xr-xsrc/regress/lib/libcrypto/man/check_complete.pl3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/regress/lib/libcrypto/man/check_complete.pl b/src/regress/lib/libcrypto/man/check_complete.pl
index d85bbc7047..604912058d 100755
--- a/src/regress/lib/libcrypto/man/check_complete.pl
+++ b/src/regress/lib/libcrypto/man/check_complete.pl
@@ -34,9 +34,6 @@ my %internal = (
34 EVP_MD_CTRL_ALG_CTRL 34 EVP_MD_CTRL_ALG_CTRL
35 EVP_MD_CTX_FLAG_CLEANED EVP_MD_CTX_FLAG_REUSE 35 EVP_MD_CTX_FLAG_CLEANED EVP_MD_CTX_FLAG_REUSE
36 )], 36 )],
37 objects => [qw(
38 OBJ_bsearch_ OBJ_bsearch_ex_
39 )],
40 x509_vfy => [qw( 37 x509_vfy => [qw(
41 X509_VERIFY_PARAM_ID 38 X509_VERIFY_PARAM_ID
42 )] 39 )]