diff options
author | tb <> | 2023-04-27 09:43:55 +0000 |
---|---|---|
committer | tb <> | 2023-04-27 09:43:55 +0000 |
commit | 4b02e4b8e697d470db0fc018262ad8af7365501a (patch) | |
tree | 59e71e8ca2b9563b497ed9c7d38f4b570e7afe92 /src/lib/libcrypto/man/Makefile | |
parent | a24212019e30783be129b3f5dad2834d204b8e46 (diff) | |
download | openbsd-4b02e4b8e697d470db0fc018262ad8af7365501a.tar.gz openbsd-4b02e4b8e697d470db0fc018262ad8af7365501a.tar.bz2 openbsd-4b02e4b8e697d470db0fc018262ad8af7365501a.zip |
Remove documentation of reciprocal BN which is now internal only
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/man/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index d20c8d8ed5..3616c157d3 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.247 2023/04/27 09:08:08 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.248 2023/04/27 09:43:55 tb Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -78,7 +78,6 @@ MAN= \ | |||
78 | BN_kronecker.3 \ | 78 | BN_kronecker.3 \ |
79 | BN_mod_inverse.3 \ | 79 | BN_mod_inverse.3 \ |
80 | BN_mod_mul_montgomery.3 \ | 80 | BN_mod_mul_montgomery.3 \ |
81 | BN_mod_mul_reciprocal.3 \ | ||
82 | BN_mod_sqrt.3 \ | 81 | BN_mod_sqrt.3 \ |
83 | BN_new.3 \ | 82 | BN_new.3 \ |
84 | BN_num_bytes.3 \ | 83 | BN_num_bytes.3 \ |