From b95cf62c38cfebda35c0c54d33863d3805a21b87 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Sun, 20 Aug 2017 15:01:20 +0000 Subject: New ASN1_STRING_TABLE_add(3) manual page, based on information from the OpenSSL manual page committed on July 27, 2017, and on source code inspection. Use my own Copyright and license because no copyright-worthy amount of text from OpenSSL remains. NOTA BENE: BUGS Most aspects of the semantics considerably differ from OpenSSL. --- src/lib/libcrypto/man/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/man/Makefile') diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index 164f7e24b1..cd14bdcdb3 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.120 2017/04/10 17:45:06 schwarze Exp $ +# $OpenBSD: Makefile,v 1.121 2017/08/20 15:01:20 schwarze Exp $ .include @@ -8,6 +8,7 @@ MAN= \ ASN1_STRING_length.3 \ ASN1_STRING_new.3 \ ASN1_STRING_print_ex.3 \ + ASN1_STRING_TABLE_add.3 \ ASN1_TIME_set.3 \ ASN1_TYPE_get.3 \ ASN1_generate_nconf.3 \ -- cgit v1.2.3-55-g6feb