diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-09-25 11:59:11 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-09-25 11:59:11 +0000 |
commit | de6cea57e29a53b90cda2d90b0208ce3ac8f2df5 (patch) | |
tree | 00e64c2719b9b4a02ce011d2490b3550f3668f3d /lib/libcrypto/man/Makefile | |
parent | 45dba0a0f106668a877ec2bc842d4c5a05abfd15 (diff) |
New manual page documenting the usual four ASN.1 functions for both
ASRange and ASIdOrRange
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 ccf0be63feb..2ccc06895f2 100644 --- a/lib/libcrypto/man/Makefile +++ b/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.269 2023/09/25 01:14:34 tb Exp $ +# $OpenBSD: Makefile,v 1.270 2023/09/25 11:59:10 tb Exp $ .include <bsd.own.mk> @@ -6,6 +6,7 @@ MAN= \ ACCESS_DESCRIPTION_new.3 \ AES_encrypt.3 \ ASIdentifiers_new.3 \ + ASRange_new.3 \ ASN1_BIT_STRING_set.3 \ ASN1_INTEGER_get.3 \ ASN1_NULL_new.3 \ |