summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2022-12-14 20:27:28 +0000
committerschwarze <>2022-12-14 20:27:28 +0000
commit6624e2e2435f60975243c1cd3a502ab91e5bb623 (patch)
treefcd6d7ab02f707b6a280ae1335b7ee091d94b560 /src/lib/libcrypto/man/Makefile
parent3a8c6cadf51f9d7e28a7acee8bf3071e47ce6fa2 (diff)
downloadopenbsd-6624e2e2435f60975243c1cd3a502ab91e5bb623.tar.gz
openbsd-6624e2e2435f60975243c1cd3a502ab91e5bb623.tar.bz2
openbsd-6624e2e2435f60975243c1cd3a502ab91e5bb623.zip
In asn1.h rev. 1.71 and 1.72, jsing@ and tb@ provided ASN1_buf_print(3).
Document it.
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 88f1a05f7e..12e4212215 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.238 2022/11/21 22:04:04 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.239 2022/12/14 20:27:28 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -19,6 +19,7 @@ MAN= \
19 ASN1_TYPE_get.3 \ 19 ASN1_TYPE_get.3 \
20 ASN1_UNIVERSALSTRING_to_string.3 \ 20 ASN1_UNIVERSALSTRING_to_string.3 \
21 ASN1_bn_print.3 \ 21 ASN1_bn_print.3 \
22 ASN1_buf_print.3 \
22 ASN1_generate_nconf.3 \ 23 ASN1_generate_nconf.3 \
23 ASN1_get_object.3 \ 24 ASN1_get_object.3 \
24 ASN1_item_d2i.3 \ 25 ASN1_item_d2i.3 \