summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2019-08-26 11:41:31 +0000
committerschwarze <>2019-08-26 11:41:31 +0000
commit0198e609536d9b08db11a7f4f8d1e832400a636e (patch)
tree4bed5f2cbc4dfb2a5e49f012066ead98baa798c7 /src/lib/libcrypto/man/Makefile
parent93d72eeab6452a88ffacdf1d78303fafdb3fe050 (diff)
downloadopenbsd-0198e609536d9b08db11a7f4f8d1e832400a636e.tar.gz
openbsd-0198e609536d9b08db11a7f4f8d1e832400a636e.tar.bz2
openbsd-0198e609536d9b08db11a7f4f8d1e832400a636e.zip
document ASN1_put_object(3) and ASN1_put_eoc(3)
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 e3e8e710c2..2938a65cda 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.156 2019/08/25 17:08:20 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.157 2019/08/26 11:41:31 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -15,6 +15,7 @@ MAN= \
15 ASN1_generate_nconf.3 \ 15 ASN1_generate_nconf.3 \
16 ASN1_item_d2i.3 \ 16 ASN1_item_d2i.3 \
17 ASN1_item_new.3 \ 17 ASN1_item_new.3 \
18 ASN1_put_object.3 \
18 ASN1_time_parse.3 \ 19 ASN1_time_parse.3 \
19 AUTHORITY_KEYID_new.3 \ 20 AUTHORITY_KEYID_new.3 \
20 BASIC_CONSTRAINTS_new.3 \ 21 BASIC_CONSTRAINTS_new.3 \