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 654a4f02a2..c7a79fa7b6 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.266 2023/08/31 17:27:41 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.267 2023/09/07 14:22:11 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -175,7 +175,9 @@ MAN= \
175 EVP_DigestVerifyInit.3 \ 175 EVP_DigestVerifyInit.3 \
176 EVP_EncodeInit.3 \ 176 EVP_EncodeInit.3 \
177 EVP_EncryptInit.3 \ 177 EVP_EncryptInit.3 \
178 EVP_MD_CTX_ctrl.3 \
178 EVP_MD_meth_new.3 \ 179 EVP_MD_meth_new.3 \
180 EVP_MD_nid.3 \
179 EVP_OpenInit.3 \ 181 EVP_OpenInit.3 \
180 EVP_PKCS82PKEY.3 \ 182 EVP_PKCS82PKEY.3 \
181 EVP_PKEY_CTX_ctrl.3 \ 183 EVP_PKEY_CTX_ctrl.3 \