summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authortb <>2023-07-21 04:50:47 +0000
committertb <>2023-07-21 04:50:47 +0000
commitc8e14d21085a5664fe144bcce79739faa47cd45b (patch)
tree0fdaa156ccc7316bb322a7b0aff921dae6eee27b /src/lib/libcrypto/man/Makefile
parent1c53257d4d340391ea806d02ce30e0f61c72d1b7 (diff)
downloadopenbsd-c8e14d21085a5664fe144bcce79739faa47cd45b.tar.gz
openbsd-c8e14d21085a5664fe144bcce79739faa47cd45b.tar.bz2
openbsd-c8e14d21085a5664fe144bcce79739faa47cd45b.zip
Remove ASN1_buf_print documentation
This function will be made internal-only and likely be renamed/rewritten.
Diffstat (limited to '')
-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 adc54769f5..1039aa0bf0 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.254 2023/07/20 16:26:40 tb Exp $ 1# $OpenBSD: Makefile,v 1.255 2023/07/21 04:50:47 tb Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -18,7 +18,6 @@ MAN= \
18 ASN1_TIME_set.3 \ 18 ASN1_TIME_set.3 \
19 ASN1_TYPE_get.3 \ 19 ASN1_TYPE_get.3 \
20 ASN1_UNIVERSALSTRING_to_string.3 \ 20 ASN1_UNIVERSALSTRING_to_string.3 \
21 ASN1_buf_print.3 \
22 ASN1_generate_nconf.3 \ 21 ASN1_generate_nconf.3 \
23 ASN1_get_object.3 \ 22 ASN1_get_object.3 \
24 ASN1_item_d2i.3 \ 23 ASN1_item_d2i.3 \