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 01be881165..a5cd8c53d1 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.277 2023/11/19 10:36:14 tb Exp $ 1# $OpenBSD: Makefile,v 1.278 2023/12/01 10:40:21 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -158,6 +158,7 @@ MAN= \
158 EVP_BytesToKey.3 \ 158 EVP_BytesToKey.3 \
159 EVP_CIPHER_CTX_ctrl.3 \ 159 EVP_CIPHER_CTX_ctrl.3 \
160 EVP_CIPHER_CTX_get_cipher_data.3 \ 160 EVP_CIPHER_CTX_get_cipher_data.3 \
161 EVP_CIPHER_CTX_init.3 \
161 EVP_CIPHER_CTX_set_flags.3 \ 162 EVP_CIPHER_CTX_set_flags.3 \
162 EVP_CIPHER_do_all.3 \ 163 EVP_CIPHER_do_all.3 \
163 EVP_CIPHER_meth_new.3 \ 164 EVP_CIPHER_meth_new.3 \