diff options
author | schwarze <> | 2023-08-07 23:10:03 +0000 |
---|---|---|
committer | schwarze <> | 2023-08-07 23:10:03 +0000 |
commit | 05c395e8c5431a9cd823b3769154151bcaa8e92c (patch) | |
tree | 8dd3e97043103efb7fa07ae78b03cf5ffc22c019 /src/regress/lib | |
parent | 6ea54c58f34d226d37ed63bbb69720cf17a6ad24 (diff) | |
download | openbsd-05c395e8c5431a9cd823b3769154151bcaa8e92c.tar.gz openbsd-05c395e8c5431a9cd823b3769154151bcaa8e92c.tar.bz2 openbsd-05c395e8c5431a9cd823b3769154151bcaa8e92c.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 'src/regress/lib')
-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 |