From 80fdaf6eab42a4e8c87f921e12b29b8707b9dfc7 Mon Sep 17 00:00:00 2001 From: tb Date: Thu, 27 Apr 2023 09:45:56 +0000 Subject: [PATCH] Remove stale references to BN reciprocal stuff --- lib/libcrypto/man/BN_add.3 | 10 ++++------ lib/libcrypto/man/BN_new.3 | 3 +-- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/lib/libcrypto/man/BN_add.3 b/lib/libcrypto/man/BN_add.3 index a06b8af31c5..7c37bef525e 100644 --- a/lib/libcrypto/man/BN_add.3 +++ b/lib/libcrypto/man/BN_add.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: BN_add.3,v 1.18 2023/01/31 05:16:52 jsing Exp $ +.\" $OpenBSD: BN_add.3,v 1.19 2023/04/27 09:45:56 tb Exp $ .\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100 .\" .\" This file is a derived work. @@ -66,7 +66,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: January 31 2023 $ +.Dd $Mdocdate: April 27 2023 $ .Dt BN_ADD 3 .Os .Sh NAME @@ -465,11 +465,9 @@ as .Fa a or .Fa b . -For more efficient algorithms for repeated computations using the same +For a more efficient algorithm for repeated computations using the same modulus, see -.Xr BN_mod_mul_montgomery 3 -and -.Xr BN_mod_mul_reciprocal 3 . +.Xr BN_mod_mul_montgomery 3 . .Pp .Fn BN_mod_sqr takes the square of diff --git a/lib/libcrypto/man/BN_new.3 b/lib/libcrypto/man/BN_new.3 index 82a52fb655e..e9228b1decb 100644 --- a/lib/libcrypto/man/BN_new.3 +++ b/lib/libcrypto/man/BN_new.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: BN_new.3,v 1.25 2023/04/27 09:11:40 tb Exp $ +.\" $OpenBSD: BN_new.3,v 1.26 2023/04/27 09:45:56 tb Exp $ .\" full merge up to: OpenSSL man3/BN_new 2457c19d Mar 6 08:43:36 2004 +0000 .\" selective merge up to: man3/BN_new 681acb31 Sep 29 13:10:34 2017 +0200 .\" full merge up to: OpenSSL man7/bn 05ea606a May 20 20:52:46 2016 -0400 @@ -146,7 +146,6 @@ and sets an error code that can be obtained by .Xr BN_kronecker 3 , .Xr BN_mod_inverse 3 , .Xr BN_mod_mul_montgomery 3 , -.Xr BN_mod_mul_reciprocal 3 , .Xr BN_mod_sqrt 3 , .Xr BN_nist_mod_521 3 , .Xr BN_num_bytes 3 , -- 2.20.1