diff options
| author | schwarze <> | 2022-10-18 14:55:19 +0000 |
|---|---|---|
| committer | schwarze <> | 2022-10-18 14:55:19 +0000 |
| commit | 3daa6137ebbb54877916ab760ed8716f17551850 (patch) | |
| tree | 312326584f2437903cc45b86995371e21eceefff /src | |
| parent | 87bbbdfd185643167555b83c48992d495197809b (diff) | |
| download | openbsd-3daa6137ebbb54877916ab760ed8716f17551850.tar.gz openbsd-3daa6137ebbb54877916ab760ed8716f17551850.tar.bz2 openbsd-3daa6137ebbb54877916ab760ed8716f17551850.zip | |
Remove references to four definitions that tb@ deleted in x509.h rev. 1.89
on Jan 10, 2022: X509_EX_V_INIT X509_EX_V_NETSCAPE_HACK
X509_EXT_PACK_STRING X509_EXT_PACK_UNKNOWN.
Mark BN_set_params and BN_get_params as deprecated, unused,
and intentionally undocumented.
Diffstat (limited to 'src')
| -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 = ( |
