diff options
| author | schwarze <> | 2023-08-07 23:10:03 +0000 |
|---|---|---|
| committer | schwarze <> | 2023-08-07 23:10:03 +0000 |
| commit | bf423b70d5edd43d6ebd03dd1c34e2c4276aef78 (patch) | |
| tree | 8dd3e97043103efb7fa07ae78b03cf5ffc22c019 | |
| parent | 22a9ed4f86fc3f9e343bb246d05398f9d2e4ac4c (diff) | |
| download | openbsd-bf423b70d5edd43d6ebd03dd1c34e2c4276aef78.tar.gz openbsd-bf423b70d5edd43d6ebd03dd1c34e2c4276aef78.tar.bz2 openbsd-bf423b70d5edd43d6ebd03dd1c34e2c4276aef78.zip | |
No need to mark BN_options() as intentionally undocumented any longer.
In bn.h rev. 1.75 (July 31, 2023), tb@ removed it from the public API.
While here, stop marking BN_prime_checks as obsolete.
In BN_generate_prime.3 rev. 1.23 (May 11, 2023), tb@ documented
the constant BN_prime_checks in that manual page.
Diffstat (limited to '')
| -rwxr-xr-x | src/regress/lib/libcrypto/man/check_complete.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/man/check_complete.pl b/src/regress/lib/libcrypto/man/check_complete.pl index a05e0dc28c..2fdf6a6724 100755 --- a/src/regress/lib/libcrypto/man/check_complete.pl +++ b/src/regress/lib/libcrypto/man/check_complete.pl | |||
| @@ -61,7 +61,6 @@ my %obsolete = ( | |||
| 61 | )], | 61 | )], |
| 62 | bn => [qw( | 62 | bn => [qw( |
| 63 | BN_HEX_FMT1 BN_HEX_FMT2 BN_MASK | 63 | BN_HEX_FMT1 BN_HEX_FMT2 BN_MASK |
| 64 | BN_options BN_prime_checks | ||
| 65 | )], | 64 | )], |
| 66 | objects => [qw( | 65 | objects => [qw( |
| 67 | _DECLARE_OBJ_BSEARCH_CMP_FN | 66 | _DECLARE_OBJ_BSEARCH_CMP_FN |
