summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2017-08-20 15:01:20 +0000
committerschwarze <>2017-08-20 15:01:20 +0000
commitc849cacaf3e4e7503bb3ec36f07226b480c22a03 (patch)
treeff317a5a5939405ed1867fb106d531e21231100b /src/lib/libcrypto/man/Makefile
parent33eb82e8709c8d7d6e93317fac1f72cfef3d7d85 (diff)
downloadopenbsd-c849cacaf3e4e7503bb3ec36f07226b480c22a03.tar.gz
openbsd-c849cacaf3e4e7503bb3ec36f07226b480c22a03.tar.bz2
openbsd-c849cacaf3e4e7503bb3ec36f07226b480c22a03.zip
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.
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 164f7e24b1..cd14bdcdb3 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.120 2017/04/10 17:45:06 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.121 2017/08/20 15:01:20 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -8,6 +8,7 @@ MAN= \
8 ASN1_STRING_length.3 \ 8 ASN1_STRING_length.3 \
9 ASN1_STRING_new.3 \ 9 ASN1_STRING_new.3 \
10 ASN1_STRING_print_ex.3 \ 10 ASN1_STRING_print_ex.3 \
11 ASN1_STRING_TABLE_add.3 \
11 ASN1_TIME_set.3 \ 12 ASN1_TIME_set.3 \
12 ASN1_TYPE_get.3 \ 13 ASN1_TYPE_get.3 \
13 ASN1_generate_nconf.3 \ 14 ASN1_generate_nconf.3 \