summaryrefslogtreecommitdiff
path: root/src/lib/libssl/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2017-04-10 15:54:46 +0000
committerschwarze <>2017-04-10 15:54:46 +0000
commit20befdabea4e32a5a43f757d5261209c21e428cf (patch)
tree6e938c66ffa77694d4dc59cf8ca14af20cfb5815 /src/lib/libssl/man/Makefile
parent4bd5cb4f83a1b2d9194ede5067b5061bd8c232e5 (diff)
downloadopenbsd-20befdabea4e32a5a43f757d5261209c21e428cf.tar.gz
openbsd-20befdabea4e32a5a43f757d5261209c21e428cf.tar.bz2
openbsd-20befdabea4e32a5a43f757d5261209c21e428cf.zip
new manual page SSL_get_server_tmp_key(3)
from Matt Caswell <matt@openssl.org>, OpenSSL commit 508fafd8
Diffstat (limited to 'src/lib/libssl/man/Makefile')
-rw-r--r--src/lib/libssl/man/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libssl/man/Makefile b/src/lib/libssl/man/Makefile
index e7c8af7872..c0b304cd80 100644
--- a/src/lib/libssl/man/Makefile
+++ b/src/lib/libssl/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.54 2017/04/10 15:37:55 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.55 2017/04/10 15:54:46 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -77,6 +77,7 @@ MAN = BIO_f_ssl.3 \
77 SSL_get_peer_cert_chain.3 \ 77 SSL_get_peer_cert_chain.3 \
78 SSL_get_peer_certificate.3 \ 78 SSL_get_peer_certificate.3 \
79 SSL_get_rbio.3 \ 79 SSL_get_rbio.3 \
80 SSL_get_server_tmp_key.3 \
80 SSL_get_session.3 \ 81 SSL_get_session.3 \
81 SSL_get_shared_ciphers.3 \ 82 SSL_get_shared_ciphers.3 \
82 SSL_get_state.3 \ 83 SSL_get_state.3 \