summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2021-12-13 18:55:22 +0000
committerschwarze <>2021-12-13 18:55:22 +0000
commite69fab80ddfbcb56a16e39cdf7a5d81574361fc7 (patch)
tree9527dbe32b07b25b277bbe90b36c17c0573b5b0d /src/lib/libcrypto/man/Makefile
parentc6f4c5c0cdf68bcd32cd85e0f3e962889188f4ab (diff)
downloadopenbsd-e69fab80ddfbcb56a16e39cdf7a5d81574361fc7.tar.gz
openbsd-e69fab80ddfbcb56a16e39cdf7a5d81574361fc7.tar.bz2
openbsd-e69fab80ddfbcb56a16e39cdf7a5d81574361fc7.zip
new manual page PEM_write_bio_ASN1_stream(3);
certainly not perfect, but arguably better than the even terser PEM_write_bio_CMS_stream(3) and PEM_write_bio_PKCS7_stream(3)
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 88610412cc..131b8eea1d 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.225 2021/12/13 17:24:39 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.226 2021/12/13 18:55:22 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -228,6 +228,7 @@ MAN= \
228 PEM_bytes_read_bio.3 \ 228 PEM_bytes_read_bio.3 \
229 PEM_read.3 \ 229 PEM_read.3 \
230 PEM_read_bio_PrivateKey.3 \ 230 PEM_read_bio_PrivateKey.3 \
231 PEM_write_bio_ASN1_stream.3 \
231 PEM_write_bio_CMS_stream.3 \ 232 PEM_write_bio_CMS_stream.3 \
232 PEM_write_bio_PKCS7_stream.3 \ 233 PEM_write_bio_PKCS7_stream.3 \
233 PKCS12_SAFEBAG_new.3 \ 234 PKCS12_SAFEBAG_new.3 \