summaryrefslogtreecommitdiff
path: root/src/lib/libssl/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2020-09-17 08:04:22 +0000
committerschwarze <>2020-09-17 08:04:22 +0000
commit2dce98682ff8b7337bc6963a61185ea7cf5142b8 (patch)
tree82c0977a100728275a863a8c4b426e8e27d815fc /src/lib/libssl/man/Makefile
parenteca320a8712112c5711439902e616353d0069121 (diff)
downloadopenbsd-2dce98682ff8b7337bc6963a61185ea7cf5142b8.tar.gz
openbsd-2dce98682ff8b7337bc6963a61185ea7cf5142b8.tar.bz2
openbsd-2dce98682ff8b7337bc6963a61185ea7cf5142b8.zip
Install the new page SSL_set1_host(3), link to it from relevant places,
and add two other .Xrs that might help readers find their way. Update the merge notices of all files touched and merge a few trivial changes from the OpenSSL 1.1.1 branch. OK tb@
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 4c3157bd95..0ea04a3077 100644
--- a/src/lib/libssl/man/Makefile
+++ b/src/lib/libssl/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.66 2019/04/05 18:29:43 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.67 2020/09/17 08:04:22 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -102,6 +102,7 @@ MAN = BIO_f_ssl.3 \
102 SSL_renegotiate.3 \ 102 SSL_renegotiate.3 \
103 SSL_rstate_string.3 \ 103 SSL_rstate_string.3 \
104 SSL_session_reused.3 \ 104 SSL_session_reused.3 \
105 SSL_set1_host.3 \
105 SSL_set1_param.3 \ 106 SSL_set1_param.3 \
106 SSL_set_bio.3 \ 107 SSL_set_bio.3 \
107 SSL_set_connect_state.3 \ 108 SSL_set_connect_state.3 \