diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-11-12 09:51:56 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-11-12 09:51:56 +0000 |
commit | a7ef133359c667d6c47bbf3b4ad2bdd05ba19416 (patch) | |
tree | 4c5833273eb7c5aab6cbfdff331a4922811cf244 | |
parent | 3b19eb72f59503bd42a7b6df54dc25a8f12cab0d (diff) |
add mul and mul_add to NAME;
-rw-r--r-- | lib/libcrypto/man/bn_dump.3 | 4 |
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 |