summaryrefslogtreecommitdiff
path: root/src/regress/lib
diff options
context:
space:
mode:
authorschwarze <>2022-11-24 18:11:26 +0000
committerschwarze <>2022-11-24 18:11:26 +0000
commit28e36c79110ac315df0015ad3a0e74d5be6a8e97 (patch)
tree20905d6d04fee4084ef1f6c1d2bc003aaf1a2082 /src/regress/lib
parent53370be4f7d09b47c6a833c3ff0104dda7a87034 (diff)
downloadopenbsd-28e36c79110ac315df0015ad3a0e74d5be6a8e97.tar.gz
openbsd-28e36c79110ac315df0015ad3a0e74d5be6a8e97.tar.bz2
openbsd-28e36c79110ac315df0015ad3a0e74d5be6a8e97.zip
Mark BN_options() and BN_prime_checks as obsolete;
it appears that all BN public symbols are now documented, except those intentionally undocumented.
Diffstat (limited to 'src/regress/lib')
-rwxr-xr-xsrc/regress/lib/libcrypto/man/check_complete.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/man/check_complete.pl b/src/regress/lib/libcrypto/man/check_complete.pl
index 964191f705..26fb565411 100755
--- a/src/regress/lib/libcrypto/man/check_complete.pl
+++ b/src/regress/lib/libcrypto/man/check_complete.pl
@@ -51,7 +51,8 @@ my %obsolete = (
51 )], 51 )],
52 bn => [qw( 52 bn => [qw(
53 BN_FLG_EXP_CONSTTIME BN_FLG_FREE BN_get_params 53 BN_FLG_EXP_CONSTTIME BN_FLG_FREE BN_get_params
54 BN_HEX_FMT1 BN_HEX_FMT2 BN_MASK BN_set_params 54 BN_HEX_FMT1 BN_HEX_FMT2 BN_MASK
55 BN_options BN_prime_checks BN_set_params
55 )], 56 )],
56 objects => [qw( 57 objects => [qw(
57 _DECLARE_OBJ_BSEARCH_CMP_FN 58 _DECLARE_OBJ_BSEARCH_CMP_FN