diff options
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
-rw-r--r-- | src/lib/libcrypto/man/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index 544495207d..72ddcd3435 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.279 2023/12/16 10:26:10 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.280 2023/12/29 19:15:15 tb Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -123,7 +123,7 @@ MAN= \ | |||
123 | DSA_do_sign.3 \ | 123 | DSA_do_sign.3 \ |
124 | DSA_dup_DH.3 \ | 124 | DSA_dup_DH.3 \ |
125 | DSA_generate_key.3 \ | 125 | DSA_generate_key.3 \ |
126 | DSA_generate_parameters.3 \ | 126 | DSA_generate_parameters_ex.3 \ |
127 | DSA_get0_pqg.3 \ | 127 | DSA_get0_pqg.3 \ |
128 | DSA_get_ex_new_index.3 \ | 128 | DSA_get_ex_new_index.3 \ |
129 | DSA_meth_new.3 \ | 129 | DSA_meth_new.3 \ |