artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
692fb29
)
Install EVP_CIPHER_meth_new.3
author
tb
<tb@openbsd.org>
Thu, 16 Mar 2023 15:06:17 +0000
(15:06 +0000)
committer
tb
<tb@openbsd.org>
Thu, 16 Mar 2023 15:06:17 +0000
(15:06 +0000)
lib/libcrypto/man/Makefile
patch
|
blob
|
history
diff --git
a/lib/libcrypto/man/Makefile
b/lib/libcrypto/man/Makefile
index
f183366
..
b6ea82f
100644
(file)
--- a/
lib/libcrypto/man/Makefile
+++ b/
lib/libcrypto/man/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.24
2 2022/12/23 15:59:34 schwarze
Exp $
+# $OpenBSD: Makefile,v 1.24
3 2023/03/16 15:06:17 tb
Exp $
.include <bsd.own.mk>
@@
-173,6
+173,7
@@
MAN= \
ESS_SIGNING_CERT_new.3 \
EVP_AEAD_CTX_init.3 \
EVP_BytesToKey.3 \
+ EVP_CIPHER_meth_new.3 \
EVP_DigestInit.3 \
EVP_DigestSignInit.3 \
EVP_DigestVerifyInit.3 \