diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-04-27 06:54:10 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-04-27 06:54:10 +0000 |
commit | 8b27be84301a8589008cfda73b9257065530bfa2 (patch) | |
tree | 0cfae8a7aed7098757e77ccdfa933bfaf6cc5d34 /lib/libcrypto | |
parent | 1f8b23bfaae0f266686585892d724e671d1c0269 (diff) |
Stop installing NIST prime documentation
Diffstat (limited to 'lib/libcrypto')
-rw-r--r-- | lib/libcrypto/man/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libcrypto/man/Makefile b/lib/libcrypto/man/Makefile index 029c9473e13..85f6feea444 100644 --- a/lib/libcrypto/man/Makefile +++ b/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.245 2023/04/25 18:48:32 tb Exp $ +# $OpenBSD: Makefile,v 1.246 2023/04/27 06:54:09 tb Exp $ .include <bsd.own.mk> @@ -75,7 +75,6 @@ MAN= \ BN_cmp.3 \ BN_copy.3 \ BN_generate_prime.3 \ - BN_get0_nist_prime_521.3 \ BN_GF2m_add.3 \ BN_kronecker.3 \ BN_mod_inverse.3 \ @@ -83,7 +82,6 @@ MAN= \ BN_mod_mul_reciprocal.3 \ BN_mod_sqrt.3 \ BN_new.3 \ - BN_nist_mod_521.3 \ BN_num_bytes.3 \ BN_rand.3 \ BN_set_bit.3 \ |