From 28e36c79110ac315df0015ad3a0e74d5be6a8e97 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Thu, 24 Nov 2022 18:11:26 +0000 Subject: Mark BN_options() and BN_prime_checks as obsolete; it appears that all BN public symbols are now documented, except those intentionally undocumented. --- src/regress/lib/libcrypto/man/check_complete.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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 = ( )], bn => [qw( BN_FLG_EXP_CONSTTIME BN_FLG_FREE BN_get_params - BN_HEX_FMT1 BN_HEX_FMT2 BN_MASK BN_set_params + BN_HEX_FMT1 BN_HEX_FMT2 BN_MASK + BN_options BN_prime_checks BN_set_params )], objects => [qw( _DECLARE_OBJ_BSEARCH_CMP_FN -- cgit v1.2.3-55-g6feb