summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2023-07-08 20:13:13 +0000
committertb <>2023-07-08 20:13:13 +0000
commitc8e3b98b208f3c9529f1c22766ba20c70aae67a1 (patch)
treed90e007d924f17ebab5603cbdc1f26785a0bb1b6 /src
parente108bdd594d0abf372522a363a7fe61141ce960e (diff)
downloadopenbsd-c8e3b98b208f3c9529f1c22766ba20c70aae67a1.tar.gz
openbsd-c8e3b98b208f3c9529f1c22766ba20c70aae67a1.tar.bz2
openbsd-c8e3b98b208f3c9529f1c22766ba20c70aae67a1.zip
link EVP_MD_meth_new.3 to build
Diffstat (limited to 'src')
-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 \