diff options
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
-rw-r--r-- | src/lib/libcrypto/man/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index 8c799cf564..88f1a05f7e 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.237 2022/11/18 01:21:40 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.238 2022/11/21 22:04:04 schwarze Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -79,6 +79,7 @@ MAN= \ | |||
79 | BN_mod_mul_reciprocal.3 \ | 79 | BN_mod_mul_reciprocal.3 \ |
80 | BN_mod_sqrt.3 \ | 80 | BN_mod_sqrt.3 \ |
81 | BN_new.3 \ | 81 | BN_new.3 \ |
82 | BN_nist_mod_521.3 \ | ||
82 | BN_num_bytes.3 \ | 83 | BN_num_bytes.3 \ |
83 | BN_rand.3 \ | 84 | BN_rand.3 \ |
84 | BN_set_bit.3 \ | 85 | BN_set_bit.3 \ |