diff options
author | schwarze <> | 2022-11-15 17:55:00 +0000 |
---|---|---|
committer | schwarze <> | 2022-11-15 17:55:00 +0000 |
commit | 577b016c5bd66bca55e18700f981fc0cbe1aecde (patch) | |
tree | 383ce3a0faca54105da3387012d08580ab014bf1 /src/lib/libcrypto/man/BN_new.3 | |
parent | d1754918c3f3852e6b8e9c7bad5f8fa171ba8718 (diff) | |
download | openbsd-577b016c5bd66bca55e18700f981fc0cbe1aecde.tar.gz openbsd-577b016c5bd66bca55e18700f981fc0cbe1aecde.tar.bz2 openbsd-577b016c5bd66bca55e18700f981fc0cbe1aecde.zip |
document BN_mod_sqrt(3)
Diffstat (limited to 'src/lib/libcrypto/man/BN_new.3')
-rw-r--r-- | src/lib/libcrypto/man/BN_new.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/BN_new.3 b/src/lib/libcrypto/man/BN_new.3 index 90c0fb4e34..4d73b73030 100644 --- a/src/lib/libcrypto/man/BN_new.3 +++ b/src/lib/libcrypto/man/BN_new.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: BN_new.3,v 1.19 2022/11/14 19:51:35 schwarze Exp $ | 1 | .\" $OpenBSD: BN_new.3,v 1.20 2022/11/15 17:55:00 schwarze Exp $ |
2 | .\" full merge up to: OpenSSL man3/BN_new 2457c19d Mar 6 08:43:36 2004 +0000 | 2 | .\" full merge up to: OpenSSL man3/BN_new 2457c19d Mar 6 08:43:36 2004 +0000 |
3 | .\" selective merge up to: man3/BN_new 681acb31 Sep 29 13:10:34 2017 +0200 | 3 | .\" selective merge up to: man3/BN_new 681acb31 Sep 29 13:10:34 2017 +0200 |
4 | .\" full merge up to: OpenSSL man7/bn 05ea606a May 20 20:52:46 2016 -0400 | 4 | .\" full merge up to: OpenSSL man7/bn 05ea606a May 20 20:52:46 2016 -0400 |
@@ -50,7 +50,7 @@ | |||
50 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 50 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
51 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 51 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
52 | .\" | 52 | .\" |
53 | .Dd $Mdocdate: November 14 2022 $ | 53 | .Dd $Mdocdate: November 15 2022 $ |
54 | .Dt BN_NEW 3 | 54 | .Dt BN_NEW 3 |
55 | .Os | 55 | .Os |
56 | .Sh NAME | 56 | .Sh NAME |
@@ -159,6 +159,7 @@ and sets an error code that can be obtained by | |||
159 | .Xr BN_mod_inverse 3 , | 159 | .Xr BN_mod_inverse 3 , |
160 | .Xr BN_mod_mul_montgomery 3 , | 160 | .Xr BN_mod_mul_montgomery 3 , |
161 | .Xr BN_mod_mul_reciprocal 3 , | 161 | .Xr BN_mod_mul_reciprocal 3 , |
162 | .Xr BN_mod_sqrt 3 , | ||
162 | .Xr BN_num_bytes 3 , | 163 | .Xr BN_num_bytes 3 , |
163 | .Xr BN_rand 3 , | 164 | .Xr BN_rand 3 , |
164 | .Xr BN_security_bits 3 , | 165 | .Xr BN_security_bits 3 , |