summaryrefslogtreecommitdiff
path: root/src/lib/libssl/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2018-02-18 23:34:01 +0000
committerschwarze <>2018-02-18 23:34:01 +0000
commit59dc263788bf4d1ee9695307c382a40e7e120c83 (patch)
treec07ba7520a7de4c358d47a41c565a9ff935ed1f3 /src/lib/libssl/man/Makefile
parentc9bcd09e602950a5943cd8274f7d5a8ce842a99f (diff)
downloadopenbsd-59dc263788bf4d1ee9695307c382a40e7e120c83.tar.gz
openbsd-59dc263788bf4d1ee9695307c382a40e7e120c83.tar.bz2
openbsd-59dc263788bf4d1ee9695307c382a40e7e120c83.zip
In ssl.h rev. 1.139 2018/02/17 15:19:43 and rev. 1.140 2018/02/17 15:32:20,
jsing@ provided SSL_get_client_random(3), SSL_get_server_random(3), and SSL_SESSION_get_master_key(3). Import the documentation from OpenSSL, with some tweaks.
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 963e1037e9..413d77c0a7 100644
--- a/src/lib/libssl/man/Makefile
+++ b/src/lib/libssl/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.60 2018/02/18 22:18:59 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.61 2018/02/18 23:34:01 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -72,6 +72,7 @@ MAN = BIO_f_ssl.3 \
72 SSL_get_certificate.3 \ 72 SSL_get_certificate.3 \
73 SSL_get_ciphers.3 \ 73 SSL_get_ciphers.3 \
74 SSL_get_client_CA_list.3 \ 74 SSL_get_client_CA_list.3 \
75 SSL_get_client_random.3 \
75 SSL_get_current_cipher.3 \ 76 SSL_get_current_cipher.3 \
76 SSL_get_default_timeout.3 \ 77 SSL_get_default_timeout.3 \
77 SSL_get_error.3 \ 78 SSL_get_error.3 \