summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2023-04-27 09:47:03 +0000
committertb <>2023-04-27 09:47:03 +0000
commit98ee9f346e790aa2bfa3807d4d61f94eefae0b08 (patch)
treebbeae6d2a2b891ff32892346bcf3b36fd5e466c9 /src
parent9e269ddd46241119fdcc3af369e2edd762d49df6 (diff)
downloadopenbsd-98ee9f346e790aa2bfa3807d4d61f94eefae0b08.tar.gz
openbsd-98ee9f346e790aa2bfa3807d4d61f94eefae0b08.tar.bz2
openbsd-98ee9f346e790aa2bfa3807d4d61f94eefae0b08.zip
One more reciprocal thing hid in here (yay for consistent naming)
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/BN_add.33
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/BN_add.3 b/src/lib/libcrypto/man/BN_add.3
index 7c37bef525..e7de441b7a 100644
--- a/src/lib/libcrypto/man/BN_add.3
+++ b/src/lib/libcrypto/man/BN_add.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: BN_add.3,v 1.19 2023/04/27 09:45:56 tb Exp $ 1.\" $OpenBSD: BN_add.3,v 1.20 2023/04/27 09:47:03 tb Exp $
2.\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100 2.\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100
3.\" 3.\"
4.\" This file is a derived work. 4.\" This file is a derived work.
@@ -95,7 +95,6 @@
95.\" .Nm BN_mod_exp_mont , r \(== a ^ p (mod m) 95.\" .Nm BN_mod_exp_mont , r \(== a ^ p (mod m)
96.\" .Nm BN_mod_exp_mont_consttime , 96.\" .Nm BN_mod_exp_mont_consttime ,
97.\" .Nm BN_mod_exp_mont_word , 97.\" .Nm BN_mod_exp_mont_word ,
98.\" .Nm BN_mod_exp_recp ,
99.\" .Nm BN_mod_exp_simple , 98.\" .Nm BN_mod_exp_simple ,
100.\" .Nm BN_mod_exp2_mont r \(== (a1 ^ p1) * (a2 ^ p2) (mod m) 99.\" .Nm BN_mod_exp2_mont r \(== (a1 ^ p1) * (a2 ^ p2) (mod m)
101.\" Maybe they should be deleted from <openssl/bn.h>. 100.\" Maybe they should be deleted from <openssl/bn.h>.