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
commit843274b2fb2560447c377c514f1d32e9e2b59a87 (patch)
tree6cdfd99704342bdbc29674493e824f72459a40ad /src/lib/libssl/man/Makefile
parent784b3a951581da284f0503875ad79d5b538c2531 (diff)
downloadopenbsd-843274b2fb2560447c377c514f1d32e9e2b59a87.tar.gz
openbsd-843274b2fb2560447c377c514f1d32e9e2b59a87.tar.bz2
openbsd-843274b2fb2560447c377c514f1d32e9e2b59a87.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 '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 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 \