Remove stale references to BN reciprocal stuff
authortb <tb@openbsd.org>
Thu, 27 Apr 2023 09:45:56 +0000 (09:45 +0000)
committertb <tb@openbsd.org>
Thu, 27 Apr 2023 09:45:56 +0000 (09:45 +0000)
lib/libcrypto/man/BN_add.3
lib/libcrypto/man/BN_new.3

index a06b8af..7c37bef 100644 (file)
@@ -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
index 82a52fb..e9228b1 100644 (file)
@@ -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 ,