diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2022-11-15 17:55:01 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2022-11-15 17:55:01 +0000 |
commit | b5f9db0d90ec03a3a46f0823451814a12c193d9e (patch) | |
tree | ea6b5d4eafc8aa096f78732c5b10e037b19af90e /lib/libcrypto/man/Makefile | |
parent | a5499f683d7b130681c1aefe9e62a6e846ae0951 (diff) |
document BN_mod_sqrt(3)
Diffstat (limited to 'lib/libcrypto/man/Makefile')
-rw-r--r-- | lib/libcrypto/man/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcrypto/man/Makefile b/lib/libcrypto/man/Makefile index 9f514044c2d..f1142ab0149 100644 --- a/lib/libcrypto/man/Makefile +++ b/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.235 2022/11/14 19:51:35 schwarze Exp $ +# $OpenBSD: Makefile,v 1.236 2022/11/15 17:55:00 schwarze Exp $ .include <bsd.own.mk> @@ -76,6 +76,7 @@ MAN= \ BN_mod_inverse.3 \ BN_mod_mul_montgomery.3 \ BN_mod_mul_reciprocal.3 \ + BN_mod_sqrt.3 \ BN_new.3 \ BN_num_bytes.3 \ BN_rand.3 \ |