diff options
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
-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 \ |