summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2021-11-22 16:19:54 +0000
committerschwarze <>2021-11-22 16:19:54 +0000
commitdb07b15d956a05640e847b9188ebd8efbc86156e (patch)
tree9170a44f54b9818eee2cfbfd0f3c03dcab22ab86 /src/lib/libcrypto/man/Makefile
parent9e3276bd16eb5d34b7af1bef36f45317cbfb0a16 (diff)
downloadopenbsd-db07b15d956a05640e847b9188ebd8efbc86156e.tar.gz
openbsd-db07b15d956a05640e847b9188ebd8efbc86156e.tar.bz2
openbsd-db07b15d956a05640e847b9188ebd8efbc86156e.zip
new manual page ASN1_NULL_new(3), also documenting ASN1_NULL_free(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 4a8536747f..6a0d65cb85 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.219 2021/11/22 14:00:27 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.220 2021/11/22 16:19:54 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -8,6 +8,7 @@ MAN= \
8 ASN1_BIT_STRING_num_asc.3 \ 8 ASN1_BIT_STRING_num_asc.3 \
9 ASN1_BIT_STRING_set.3 \ 9 ASN1_BIT_STRING_set.3 \
10 ASN1_INTEGER_get.3 \ 10 ASN1_INTEGER_get.3 \
11 ASN1_NULL_new.3 \
11 ASN1_OBJECT_new.3 \ 12 ASN1_OBJECT_new.3 \
12 ASN1_PRINTABLE_type.3 \ 13 ASN1_PRINTABLE_type.3 \
13 ASN1_STRING_TABLE_add.3 \ 14 ASN1_STRING_TABLE_add.3 \