One more reciprocal thing hid in here (yay for consistent naming)
authortb <tb@openbsd.org>
Thu, 27 Apr 2023 09:47:03 +0000 (09:47 +0000)
committertb <tb@openbsd.org>
Thu, 27 Apr 2023 09:47:03 +0000 (09:47 +0000)
lib/libcrypto/man/BN_add.3

index 7c37bef..e7de441 100644 (file)
@@ -1,4 +1,4 @@
-.\" $OpenBSD: BN_add.3,v 1.19 2023/04/27 09:45:56 tb Exp $
+.\" $OpenBSD: BN_add.3,v 1.20 2023/04/27 09:47:03 tb Exp $
 .\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100
 .\"
 .\" This file is a derived work.
@@ -95,7 +95,6 @@
 .\" .Nm BN_mod_exp_mont ,  r \(== a ^ p (mod m)
 .\" .Nm BN_mod_exp_mont_consttime ,
 .\" .Nm BN_mod_exp_mont_word ,
-.\" .Nm BN_mod_exp_recp ,
 .\" .Nm BN_mod_exp_simple ,
 .\" .Nm BN_mod_exp2_mont   r \(== (a1 ^ p1) * (a2 ^ p2) (mod m)
 .\" Maybe they should be deleted from <openssl/bn.h>.