diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2021-11-21 15:11:02 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2021-11-21 15:11:02 +0000 |
commit | 9736c3c4dd539b18037aa4aa49d3c26745052c8c (patch) | |
tree | 0eb0e6519ead4620865006d44177ad940c5afc4a /lib/libcrypto/man/Makefile | |
parent | b4d6251b266f9a732692f4e73d373f9d8f6c6aa2 (diff) |
new manual page d2i_ASN1_BOOLEAN(3) also documenting i2d_ASN1_BOOLEAN(3)
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 5d3a7d3d233..10f841bd8d7 100644 --- a/lib/libcrypto/man/Makefile +++ b/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.217 2021/11/19 16:00:54 schwarze Exp $ +# $OpenBSD: Makefile,v 1.218 2021/11/21 15:11:01 schwarze Exp $ .include <bsd.own.mk> @@ -368,6 +368,7 @@ MAN= \ X509at_get_attr.3 \ X509v3_get_ext_by_NID.3 \ crypto.3 \ + d2i_ASN1_BOOLEAN.3 \ d2i_ASN1_NULL.3 \ d2i_ASN1_OBJECT.3 \ d2i_ASN1_OCTET_STRING.3 \ |