summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/BN_add.3
diff options
context:
space:
mode:
authorschwarze <>2025-06-08 22:37:23 +0000
committerschwarze <>2025-06-08 22:37:23 +0000
commitcbf57819789cbe26f15f3050c6894686760f37ff (patch)
tree4ffbda35e737eb279e7798bf91972d4c3a2f03ed /src/lib/libcrypto/man/BN_add.3
parent53ff026f1af34ded6c43080d5e652a399bf5d117 (diff)
downloadopenbsd-cbf57819789cbe26f15f3050c6894686760f37ff.tar.gz
openbsd-cbf57819789cbe26f15f3050c6894686760f37ff.tar.bz2
openbsd-cbf57819789cbe26f15f3050c6894686760f37ff.zip
remove some "intentionally undocumented" comments regarding stuff
that no longer exists, and add .Lb; OK tb@
Diffstat (limited to 'src/lib/libcrypto/man/BN_add.3')
-rw-r--r--src/lib/libcrypto/man/BN_add.38
1 files changed, 3 insertions, 5 deletions
diff --git a/src/lib/libcrypto/man/BN_add.3 b/src/lib/libcrypto/man/BN_add.3
index e7de441b7a..32378f6940 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.20 2023/04/27 09:47:03 tb Exp $ 1.\" $OpenBSD: BN_add.3,v 1.21 2025/06/08 22:37:23 schwarze 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.
@@ -66,7 +66,7 @@
66.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 66.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
67.\" OF THE POSSIBILITY OF SUCH DAMAGE. 67.\" OF THE POSSIBILITY OF SUCH DAMAGE.
68.\" 68.\"
69.Dd $Mdocdate: April 27 2023 $ 69.Dd $Mdocdate: June 8 2025 $
70.Dt BN_ADD 3 70.Dt BN_ADD 3
71.Os 71.Os
72.Sh NAME 72.Sh NAME
@@ -94,13 +94,11 @@
94.\" The following are public, but intentionally undocumented for now: 94.\" The following are public, but intentionally undocumented for now:
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 ,
98.\" .Nm BN_mod_exp_simple ,
99.\" .Nm BN_mod_exp2_mont r \(== (a1 ^ p1) * (a2 ^ p2) (mod m)
100.\" Maybe they should be deleted from <openssl/bn.h>. 97.\" Maybe they should be deleted from <openssl/bn.h>.
101.Nm BN_gcd 98.Nm BN_gcd
102.Nd arithmetic operations on BIGNUMs 99.Nd arithmetic operations on BIGNUMs
103.Sh SYNOPSIS 100.Sh SYNOPSIS
101.Lb libcrypto
104.In openssl/bn.h 102.In openssl/bn.h
105.Ft int 103.Ft int
106.Fo BN_add 104.Fo BN_add