diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2021-11-19 16:00:55 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2021-11-19 16:00:55 +0000 |
commit | 02dd27566a66dad69d6544ad4b2f45e03efba16a (patch) | |
tree | 071ebc62382e2b08ddc143b5843fd24e1ca0ef0c /lib/libcrypto/man/Makefile | |
parent | 58626502ce382c982608c0a2314eb02a84e0a8ec (diff) |
new manual page ASN1_BIT_STRING_num_asc(3)
documenting the three functions using the BIT_STRING_BITNAME structure
Diffstat (limited to 'lib/libcrypto/man/Makefile')
-rw-r--r-- | lib/libcrypto/man/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcrypto/man/Makefile b/lib/libcrypto/man/Makefile index 830c556849f..5d3a7d3d233 100644 --- a/lib/libcrypto/man/Makefile +++ b/lib/libcrypto/man/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.216 2021/11/17 16:08:32 schwarze Exp $ +# $OpenBSD: Makefile,v 1.217 2021/11/19 16:00:54 schwarze Exp $ .include <bsd.own.mk> MAN= \ ACCESS_DESCRIPTION_new.3 \ AES_encrypt.3 \ + ASN1_BIT_STRING_num_asc.3 \ ASN1_BIT_STRING_set.3 \ ASN1_INTEGER_get.3 \ ASN1_OBJECT_new.3 \ |