summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2023-07-08 20:13:13 +0000
committertb <>2023-07-08 20:13:13 +0000
commit33ef15e264c70b69d2d62b8d559f1eabf02d598f (patch)
treed90e007d924f17ebab5603cbdc1f26785a0bb1b6
parentd62ec0d1bfefa34c8ecda6d104d85db32e3a19a1 (diff)
downloadopenbsd-33ef15e264c70b69d2d62b8d559f1eabf02d598f.tar.gz
openbsd-33ef15e264c70b69d2d62b8d559f1eabf02d598f.tar.bz2
openbsd-33ef15e264c70b69d2d62b8d559f1eabf02d598f.zip
link EVP_MD_meth_new.3 to build
-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 abefb79c1f..3da30a51e5 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.251 2023/05/01 07:28:11 tb Exp $ 1# $OpenBSD: Makefile,v 1.252 2023/07/08 20:13:13 tb Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -174,6 +174,7 @@ MAN= \
174 EVP_DigestVerifyInit.3 \ 174 EVP_DigestVerifyInit.3 \
175 EVP_EncodeInit.3 \ 175 EVP_EncodeInit.3 \
176 EVP_EncryptInit.3 \ 176 EVP_EncryptInit.3 \
177 EVP_MD_meth_new.3 \
177 EVP_OpenInit.3 \ 178 EVP_OpenInit.3 \
178 EVP_PKCS82PKEY.3 \ 179 EVP_PKCS82PKEY.3 \
179 EVP_PKEY_CTX_ctrl.3 \ 180 EVP_PKEY_CTX_ctrl.3 \