summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authortb <>2022-01-12 17:54:51 +0000
committertb <>2022-01-12 17:54:51 +0000
commitb13715f42d57422c625fba091406da3d359730ec (patch)
tree6f6e554b19d49657ff6b9eba4f20e826ebea251b /src/lib/libcrypto/man/Makefile
parenteb9731faedcde164b2983e0b0d1e1dc74c0fe868 (diff)
downloadopenbsd-b13715f42d57422c625fba091406da3d359730ec.tar.gz
openbsd-b13715f42d57422c625fba091406da3d359730ec.tar.bz2
openbsd-b13715f42d57422c625fba091406da3d359730ec.zip
ASN1_{,F,T}BOOLEAN_it and the encoding and decoding API will move
to internal only soon. Stop documenting them. ok inoguchi jsing
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
-rw-r--r--src/lib/libcrypto/man/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile
index 79da1eb54f..780e8d6256 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.231 2021/12/18 17:47:44 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.232 2022/01/12 17:54:51 tb Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -381,7 +381,6 @@ MAN= \
381 X509v3_get_ext_by_NID.3 \ 381 X509v3_get_ext_by_NID.3 \
382 a2d_ASN1_OBJECT.3 \ 382 a2d_ASN1_OBJECT.3 \
383 crypto.3 \ 383 crypto.3 \
384 d2i_ASN1_BOOLEAN.3 \
385 d2i_ASN1_NULL.3 \ 384 d2i_ASN1_NULL.3 \
386 d2i_ASN1_OBJECT.3 \ 385 d2i_ASN1_OBJECT.3 \
387 d2i_ASN1_OCTET_STRING.3 \ 386 d2i_ASN1_OCTET_STRING.3 \