summaryrefslogtreecommitdiff
path: root/src/lib/libssl/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2016-11-28 21:05:21 +0000
committerschwarze <>2016-11-28 21:05:21 +0000
commit6f1776e9e768206fe7b77ded2ec6edf861b127cb (patch)
tree1756aaa3c92b02e567d7beb7ca7e762bc5cdba0f /src/lib/libssl/man/Makefile
parent1dda528863c0a37b1c63a70f5e6d716c84ab08c1 (diff)
downloadopenbsd-6f1776e9e768206fe7b77ded2ec6edf861b127cb.tar.gz
openbsd-6f1776e9e768206fe7b77ded2ec6edf861b127cb.tar.bz2
openbsd-6f1776e9e768206fe7b77ded2ec6edf861b127cb.zip
The OpenSSL file doc/man3/PEM_read_CMS.pod contains parts belonging
to libcrypto and parts belonging to libssl. Extract the parts relevant for our libssl and import them 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 f02d3da424..320177169e 100644
--- a/src/lib/libssl/man/Makefile
+++ b/src/lib/libssl/man/Makefile
@@ -1,9 +1,10 @@
1# $OpenBSD: Makefile,v 1.37 2016/11/21 13:52:28 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.38 2016/11/28 21:05:21 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 DTLSv1_listen.3 \
7 PEM_read_SSL_SESSION.3 \
7 SSL_CIPHER_get_name.3 \ 8 SSL_CIPHER_get_name.3 \
8 SSL_COMP_add_compression_method.3 \ 9 SSL_COMP_add_compression_method.3 \
9 SSL_CTX_add_extra_chain_cert.3 \ 10 SSL_CTX_add_extra_chain_cert.3 \