summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2018-02-19 14:08:52 +0000
committerschwarze <>2018-02-19 14:08:52 +0000
commit04a62a41aa33928134cc3b6d6968040eb236e151 (patch)
treebb44fc9973c1493d306682927c4406cff32036d9 /src/lib/libcrypto/man/Makefile
parentbe0f1f349def39b160ffee9e6f3dd97654a5e13e (diff)
downloadopenbsd-04a62a41aa33928134cc3b6d6968040eb236e151.tar.gz
openbsd-04a62a41aa33928134cc3b6d6968040eb236e151.tar.bz2
openbsd-04a62a41aa33928134cc3b6d6968040eb236e151.zip
In bio.h rev. 1.32 2018/02/18 12:58:25, tb@ provided
BIO_get_data(3), BIO_set_data(3), and BIO_set_init(3). Import the documentation from OpenSSL.
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
-rw-r--r--src/lib/libcrypto/man/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile
index 8d15d6121c..d880928ea5 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.132 2018/02/19 08:20:26 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.133 2018/02/19 14:08:52 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -25,6 +25,7 @@ MAN= \
25 BIO_f_md.3 \ 25 BIO_f_md.3 \
26 BIO_f_null.3 \ 26 BIO_f_null.3 \
27 BIO_find_type.3 \ 27 BIO_find_type.3 \
28 BIO_get_data.3 \
28 BIO_get_ex_new_index.3 \ 29 BIO_get_ex_new_index.3 \
29 BIO_meth_new.3 \ 30 BIO_meth_new.3 \
30 BIO_new.3 \ 31 BIO_new.3 \