diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-04-27 09:08:09 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-04-27 09:08:09 +0000 |
commit | a2a09a985224faf3ae0413aff10874131907bda3 (patch) | |
tree | 89b9aa84b8c3f5986dfa7e21ad6aa1601adc62b7 /lib/libcrypto/man/Makefile | |
parent | 66ab4706c5b126a390c2ca1afe16436f49bae468 (diff) |
Remove BN_GF2m_add.3
Diffstat (limited to 'lib/libcrypto/man/Makefile')
-rw-r--r-- | lib/libcrypto/man/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libcrypto/man/Makefile b/lib/libcrypto/man/Makefile index 85f6feea444..d20c8d8ed53 100644 --- a/lib/libcrypto/man/Makefile +++ b/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.246 2023/04/27 06:54:09 tb Exp $ +# $OpenBSD: Makefile,v 1.247 2023/04/27 09:08:08 tb Exp $ .include <bsd.own.mk> @@ -75,7 +75,6 @@ MAN= \ BN_cmp.3 \ BN_copy.3 \ BN_generate_prime.3 \ - BN_GF2m_add.3 \ BN_kronecker.3 \ BN_mod_inverse.3 \ BN_mod_mul_montgomery.3 \ |