summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2015-11-12 09:51:56 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2015-11-12 09:51:56 +0000
commita7ef133359c667d6c47bbf3b4ad2bdd05ba19416 (patch)
tree4c5833273eb7c5aab6cbfdff331a4922811cf244
parent3b19eb72f59503bd42a7b6df54dc25a8f12cab0d (diff)
add mul and mul_add to NAME;
-rw-r--r--lib/libcrypto/man/bn_dump.34
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libcrypto/man/bn_dump.3 b/lib/libcrypto/man/bn_dump.3
index 2f1bda9bb52..73f0cfe23f0 100644
--- a/lib/libcrypto/man/bn_dump.3
+++ b/lib/libcrypto/man/bn_dump.3
@@ -1,3 +1,5 @@
+.\" $OpenBSD: bn_dump.3,v 1.2 2015/11/12 09:51:55 jmc Exp $
+.\"
.Dd $Mdocdate: November 12 2015 $
.Dt BN_DUMP 3
.Os
@@ -31,6 +33,8 @@
.Nm bn_set_max ,
.Nm bn_set_high ,
.Nm bn_set_low ,
+.Nm mul ,
+.Nm mul_add ,
.Nm sqr
.Nd BIGNUM library internal functions
.Sh SYNOPSIS