diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2021-05-12 14:17:28 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2021-05-12 14:17:28 +0000 |
commit | e815d230b1121a911864020aef8caba2fa61b9fe (patch) | |
tree | 882c323f2760e43280e596eee548165652ec809f | |
parent | 0e634cdfaf70387b48f763f77c5e5a506fb26fcc (diff) |
Install SSL_SESSION_get0_cipher.3
-rw-r--r-- | lib/libssl/man/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libssl/man/Makefile b/lib/libssl/man/Makefile index cc393ee6e89..de1390ea6b2 100644 --- a/lib/libssl/man/Makefile +++ b/lib/libssl/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.70 2021/01/27 18:00:25 tb Exp $ +# $OpenBSD: Makefile,v 1.71 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 \ |