diff options
author | tb <> | 2024-08-08 23:43:56 +0000 |
---|---|---|
committer | tb <> | 2024-08-08 23:43:56 +0000 |
commit | b33067144a2dabfc3c81cba40f5d61f75246b45c (patch) | |
tree | a2b9dff2bcf5dc150e4164fbfbde3a78f6b36c6c | |
parent | 14e4c389608a0ab6e2b97fd9a8e8b83ecef36704 (diff) | |
download | openbsd-b33067144a2dabfc3c81cba40f5d61f75246b45c.tar.gz openbsd-b33067144a2dabfc3c81cba40f5d61f75246b45c.tar.bz2 openbsd-b33067144a2dabfc3c81cba40f5d61f75246b45c.zip |
check_complete: OBJ_bsearch_() and OBJ_bsearch_ex_() are gone
-rwxr-xr-x | src/regress/lib/libcrypto/man/check_complete.pl | 3 |
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 | )] |