summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2023-04-27 09:47:04 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2023-04-27 09:47:04 +0000
commited354d72303343e2b3f76a3295223aeef26aa9f2 (patch)
treea04f546446071c0c82bd60d9b04108fccc02481c
parent326955d9cdf623e050820e10a89792dca43be3ae (diff)
One more reciprocal thing hid in here (yay for consistent naming)
-rw-r--r--lib/libcrypto/man/BN_add.33
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libcrypto/man/BN_add.3 b/lib/libcrypto/man/BN_add.3
index 7c37bef525e..e7de441b7ac 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.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>.