diff options
-rwxr-xr-x | src/regress/lib/libcrypto/man/check_complete.pl | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/regress/lib/libcrypto/man/check_complete.pl b/src/regress/lib/libcrypto/man/check_complete.pl index 8e69126894..c74ae4c480 100755 --- a/src/regress/lib/libcrypto/man/check_complete.pl +++ b/src/regress/lib/libcrypto/man/check_complete.pl | |||
@@ -51,15 +51,14 @@ my %obsolete = ( | |||
51 | V_ASN1_PRIMATIVE_TAG | 51 | V_ASN1_PRIMATIVE_TAG |
52 | X509_algor_st | 52 | X509_algor_st |
53 | )], | 53 | )], |
54 | bn => [qw( | ||
55 | BN_set_params BN_get_params | ||
56 | )], | ||
54 | objects => [qw( | 57 | objects => [qw( |
55 | _DECLARE_OBJ_BSEARCH_CMP_FN | 58 | _DECLARE_OBJ_BSEARCH_CMP_FN |
56 | DECLARE_OBJ_BSEARCH_CMP_FN DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN | 59 | DECLARE_OBJ_BSEARCH_CMP_FN DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN |
57 | IMPLEMENT_OBJ_BSEARCH_CMP_FN IMPLEMENT_OBJ_BSEARCH_GLOBAL_CMP_FN | 60 | IMPLEMENT_OBJ_BSEARCH_CMP_FN IMPLEMENT_OBJ_BSEARCH_GLOBAL_CMP_FN |
58 | )], | 61 | )], |
59 | x509 => [qw( | ||
60 | X509_EX_V_INIT X509_EX_V_NETSCAPE_HACK | ||
61 | X509_EXT_PACK_STRING X509_EXT_PACK_UNKNOWN | ||
62 | )] | ||
63 | ); | 62 | ); |
64 | 63 | ||
65 | my %postponed = ( | 64 | my %postponed = ( |