summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authortb <>2023-05-01 07:28:11 +0000
committertb <>2023-05-01 07:28:11 +0000
commit36e542bd47eacd5b1a322862e7a695569e96a136 (patch)
treeddc16ae44a28ea19f85b09e6c6a1d14b46f20051 /src/lib/libcrypto/man/Makefile
parent6bf9117941af5cab8cb53db1df1e6ac5d124fd89 (diff)
downloadopenbsd-36e542bd47eacd5b1a322862e7a695569e96a136.tar.gz
openbsd-36e542bd47eacd5b1a322862e7a695569e96a136.tar.bz2
openbsd-36e542bd47eacd5b1a322862e7a695569e96a136.zip
First pass of removing low-level ASN.1 streaming docs
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
-rw-r--r--src/lib/libcrypto/man/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile
index 42b4c2fbe1..abefb79c1f 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.250 2023/04/30 19:40:23 tb Exp $ 1# $OpenBSD: Makefile,v 1.251 2023/05/01 07:28:11 tb Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -51,7 +51,6 @@ MAN= \
51 BIO_meth_new.3 \ 51 BIO_meth_new.3 \
52 BIO_new.3 \ 52 BIO_new.3 \
53 BIO_new_CMS.3 \ 53 BIO_new_CMS.3 \
54 BIO_new_NDEF.3 \
55 BIO_printf.3 \ 54 BIO_printf.3 \
56 BIO_push.3 \ 55 BIO_push.3 \
57 BIO_read.3 \ 56 BIO_read.3 \
@@ -239,7 +238,6 @@ MAN= \
239 PEM_bytes_read_bio.3 \ 238 PEM_bytes_read_bio.3 \
240 PEM_read.3 \ 239 PEM_read.3 \
241 PEM_read_bio_PrivateKey.3 \ 240 PEM_read_bio_PrivateKey.3 \
242 PEM_write_bio_ASN1_stream.3 \
243 PEM_write_bio_CMS_stream.3 \ 241 PEM_write_bio_CMS_stream.3 \
244 PEM_write_bio_PKCS7_stream.3 \ 242 PEM_write_bio_PKCS7_stream.3 \
245 PKCS12_SAFEBAG_new.3 \ 243 PKCS12_SAFEBAG_new.3 \
@@ -421,7 +419,6 @@ MAN= \
421 evp.3 \ 419 evp.3 \
422 get_rfc3526_prime_8192.3 \ 420 get_rfc3526_prime_8192.3 \
423 i2a_ASN1_STRING.3 \ 421 i2a_ASN1_STRING.3 \
424 i2d_ASN1_bio_stream.3 \
425 i2d_CMS_bio_stream.3 \ 422 i2d_CMS_bio_stream.3 \
426 i2d_PKCS7_bio_stream.3 \ 423 i2d_PKCS7_bio_stream.3 \
427 lh_new.3 \ 424 lh_new.3 \