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/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile
index 3e216956af..9af9d28c4f 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.260 2023/08/14 14:22:32 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.261 2023/08/15 11:26:49 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -200,6 +200,7 @@ MAN= \
200 EVP_VerifyInit.3 \ 200 EVP_VerifyInit.3 \
201 EVP_aes_128_cbc.3 \ 201 EVP_aes_128_cbc.3 \
202 EVP_camellia_128_cbc.3 \ 202 EVP_camellia_128_cbc.3 \
203 EVP_chacha20.3 \
203 EVP_des_cbc.3 \ 204 EVP_des_cbc.3 \
204 EVP_rc4.3 \ 205 EVP_rc4.3 \
205 EVP_sha3_224.3 \ 206 EVP_sha3_224.3 \