summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2023-04-27 09:47:03 +0000
committertb <>2023-04-27 09:47:03 +0000
commit8a7fab547ad29e18ae15c76628286f485738e9f3 (patch)
treebbeae6d2a2b891ff32892346bcf3b36fd5e466c9
parent5029e2de73134d514719bf80f5b1dd5126156082 (diff)
downloadopenbsd-8a7fab547ad29e18ae15c76628286f485738e9f3.tar.gz
openbsd-8a7fab547ad29e18ae15c76628286f485738e9f3.tar.bz2
openbsd-8a7fab547ad29e18ae15c76628286f485738e9f3.zip
One more reciprocal thing hid in here (yay for consistent naming)
-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>.