artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef7b131
)
link EVP_MD_meth_new.3 to build
author
tb
<tb@openbsd.org>
Sat, 8 Jul 2023 20:13:13 +0000
(20:13 +0000)
committer
tb
<tb@openbsd.org>
Sat, 8 Jul 2023 20:13:13 +0000
(20:13 +0000)
lib/libcrypto/man/Makefile
patch
|
blob
|
history
diff --git
a/lib/libcrypto/man/Makefile
b/lib/libcrypto/man/Makefile
index
abefb79
..
3da30a5
100644
(file)
--- a/
lib/libcrypto/man/Makefile
+++ b/
lib/libcrypto/man/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.25
1 2023/05/01 07:28:11
tb Exp $
+# $OpenBSD: Makefile,v 1.25
2 2023/07/08 20:13:13
tb Exp $
.include <bsd.own.mk>
@@
-174,6
+174,7
@@
MAN= \
EVP_DigestVerifyInit.3 \
EVP_EncodeInit.3 \
EVP_EncryptInit.3 \
+ EVP_MD_meth_new.3 \
EVP_OpenInit.3 \
EVP_PKCS82PKEY.3 \
EVP_PKEY_CTX_ctrl.3 \