diff options
author | schwarze <> | 2022-12-14 20:27:28 +0000 |
---|---|---|
committer | schwarze <> | 2022-12-14 20:27:28 +0000 |
commit | d9e3943030541e040267eae757ca0e630396979b (patch) | |
tree | fcd6d7ab02f707b6a280ae1335b7ee091d94b560 /src/lib/libcrypto/man/Makefile | |
parent | 78aa93cfe14ffb0865a7cf7ab184aa534343b0b0 (diff) | |
download | openbsd-d9e3943030541e040267eae757ca0e630396979b.tar.gz openbsd-d9e3943030541e040267eae757ca0e630396979b.tar.bz2 openbsd-d9e3943030541e040267eae757ca0e630396979b.zip |
In asn1.h rev. 1.71 and 1.72, jsing@ and tb@ provided ASN1_buf_print(3).
Document it.
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/man/Makefile | 3 |
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 \ |