summaryrefslogtreecommitdiff
path: root/src/lib/libssl/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2016-11-21 13:52:28 +0000
committerschwarze <>2016-11-21 13:52:28 +0000
commit0d01f90c1335701056a00536c40e6975abd289d3 (patch)
tree6cdfd99704342bdbc29674493e824f72459a40ad /src/lib/libssl/man/Makefile
parente4eb752ba6b091f0c025576c3f8d396bd0f294aa (diff)
downloadopenbsd-0d01f90c1335701056a00536c40e6975abd289d3.tar.gz
openbsd-0d01f90c1335701056a00536c40e6975abd289d3.tar.bz2
openbsd-0d01f90c1335701056a00536c40e6975abd289d3.zip
Import the DTLSv1_listen(3) manual from OpenSSL,
excluding interface changes that don't apply to LibreSSL, except that i left the confusing discussion of RETURN VALUES completely unchanged, to warn users that this is a mess: OpenSSL first published this interface, then later changed its syntax and semantics in multiple ways.
Diffstat (limited to '')
-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 76afab5718..f02d3da424 100644
--- a/src/lib/libssl/man/Makefile
+++ b/src/lib/libssl/man/Makefile
@@ -1,8 +1,9 @@
1# $OpenBSD: Makefile,v 1.36 2016/11/05 15:32:19 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.37 2016/11/21 13:52:28 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
5MAN = BIO_f_ssl.3 \ 5MAN = BIO_f_ssl.3 \
6 DTLSv1_listen.3 \
6 SSL_CIPHER_get_name.3 \ 7 SSL_CIPHER_get_name.3 \
7 SSL_COMP_add_compression_method.3 \ 8 SSL_COMP_add_compression_method.3 \
8 SSL_CTX_add_extra_chain_cert.3 \ 9 SSL_CTX_add_extra_chain_cert.3 \