summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2021-12-12 17:31:18 +0000
committerschwarze <>2021-12-12 17:31:18 +0000
commitb4ea0344211c6ebbf929b947a3167d064bb6fe1e (patch)
treea0d1185357f0317bef50e318bd2ea897a0295839 /src/lib/libcrypto/man/Makefile
parent9a4d074221a5da66d3f2315cd2728270ad598654 (diff)
downloadopenbsd-b4ea0344211c6ebbf929b947a3167d064bb6fe1e.tar.gz
openbsd-b4ea0344211c6ebbf929b947a3167d064bb6fe1e.tar.bz2
openbsd-b4ea0344211c6ebbf929b947a3167d064bb6fe1e.zip
New manual page providing a rudimentary description of BIO_new_NDEF(3).
The API surrounding this is so complicated and streaming is so rarely used in practice that describing this in more detail is not a priority right now. The documentation of the wrapper BIO_new_CMS(3) is also rather vague, and BIO_new_PKCS7() isn't described at all so far.
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 91c763c8ed..aab725a0e9 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.222 2021/12/08 21:52:29 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.223 2021/12/12 17:31:18 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -48,6 +48,7 @@ MAN= \
48 BIO_meth_new.3 \ 48 BIO_meth_new.3 \
49 BIO_new.3 \ 49 BIO_new.3 \
50 BIO_new_CMS.3 \ 50 BIO_new_CMS.3 \
51 BIO_new_NDEF.3 \
51 BIO_printf.3 \ 52 BIO_printf.3 \
52 BIO_push.3 \ 53 BIO_push.3 \
53 BIO_read.3 \ 54 BIO_read.3 \