summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
-rw-r--r--src/lib/libcrypto/man/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile
index 219450e234..e3e8e710c2 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.155 2019/08/25 06:20:22 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.156 2019/08/25 17:08:20 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -158,7 +158,9 @@ MAN= \
158 EVP_camellia_128_cbc.3 \ 158 EVP_camellia_128_cbc.3 \
159 EVP_des_cbc.3 \ 159 EVP_des_cbc.3 \
160 EVP_rc4.3 \ 160 EVP_rc4.3 \
161 EVP_sm3.3 \
161 EVP_sm4_cbc.3 \ 162 EVP_sm4_cbc.3 \
163 EVP_whirlpool.3 \
162 EXTENDED_KEY_USAGE_new.3 \ 164 EXTENDED_KEY_USAGE_new.3 \
163 GENERAL_NAME_new.3 \ 165 GENERAL_NAME_new.3 \
164 HMAC.3 \ 166 HMAC.3 \