artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0f6ae8
)
Install SSL_SESSION_get0_cipher.3
author
tb
<tb@openbsd.org>
Wed, 12 May 2021 14:17:27 +0000
(14:17 +0000)
committer
tb
<tb@openbsd.org>
Wed, 12 May 2021 14:17:27 +0000
(14:17 +0000)
lib/libssl/man/Makefile
patch
|
blob
|
history
diff --git
a/lib/libssl/man/Makefile
b/lib/libssl/man/Makefile
index
cc393ee
..
de1390e
100644
(file)
--- a/
lib/libssl/man/Makefile
+++ b/
lib/libssl/man/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.7
0 2021/01/27 18:00:25
tb Exp $
+# $OpenBSD: Makefile,v 1.7
1 2021/05/12 14:17:27
tb Exp $
.include <bsd.own.mk>
@@
-58,6
+58,7
@@
MAN = BIO_f_ssl.3 \
SSL_SESSION_get_id.3 \
SSL_SESSION_get_protocol_version.3 \
SSL_SESSION_get_time.3 \
+ SSL_SESSION_get0_cipher.3 \
SSL_SESSION_get0_peer.3 \
SSL_SESSION_has_ticket.3 \
SSL_SESSION_new.3 \