summaryrefslogtreecommitdiff
path: root/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2017-01-05 22:38:05 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2017-01-05 22:38:05 +0000
commite21fcc266ab9a9e715718f5b35b5b95e52090930 (patch)
treec3fd96231d2ecb0c86a885d4dbf2f3d1bf318704 /lib/libcrypto/man/Makefile
parentf80cd69481d9ecda8945effc0a122a95611b8bc9 (diff)
Write new d2i_ASN1_OCTET_STRING(3) manual page from scratch.
All 36 functions listed in <openssl/asn1.h> and in OpenSSL doc/man3/d2i_X509.pod, six of them with wrong prototypes.
Diffstat (limited to 'lib/libcrypto/man/Makefile')
-rw-r--r--lib/libcrypto/man/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcrypto/man/Makefile b/lib/libcrypto/man/Makefile
index 0654dde9c06..42ec3807a2d 100644
--- a/lib/libcrypto/man/Makefile
+++ b/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.110 2017/01/04 21:14:26 schwarze Exp $
+# $OpenBSD: Makefile,v 1.111 2017/01/05 22:38:04 schwarze Exp $
.include <bsd.own.mk>
@@ -229,6 +229,7 @@ MAN= \
crypto.3 \
d2i_ASN1_NULL.3 \
d2i_ASN1_OBJECT.3 \
+ d2i_ASN1_OCTET_STRING.3 \
d2i_ASN1_SEQUENCE_ANY.3 \
d2i_AUTHORITY_KEYID.3 \
d2i_BASIC_CONSTRAINTS.3 \