summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2017-01-04 21:14:26 +0000
committerschwarze <>2017-01-04 21:14:26 +0000
commit8e167ed84212504677454a30ee471d653e35daef (patch)
tree44332ce82f2277a06dd2f2cff71a31615270a84f /src/lib/libcrypto/man/Makefile
parent02c91f86be763af7bbb6213b03780bfda07eb6cb (diff)
downloadopenbsd-8e167ed84212504677454a30ee471d653e35daef.tar.gz
openbsd-8e167ed84212504677454a30ee471d653e35daef.tar.bz2
openbsd-8e167ed84212504677454a30ee471d653e35daef.zip
Write new d2i_ASN1_SEQUENCE_ANY(3) manual page from scratch.
All four functions are listed in <openssl/asn1.h> and in OpenSSL doc/man3/d2i_X509.pod. Note that in the OpenSSL documentation, three of the four prototypes are incorrect.
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 c6443f3e3f..0654dde9c0 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.109 2016/12/29 17:42:54 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.110 2017/01/04 21:14:26 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -229,6 +229,7 @@ MAN= \
229 crypto.3 \ 229 crypto.3 \
230 d2i_ASN1_NULL.3 \ 230 d2i_ASN1_NULL.3 \
231 d2i_ASN1_OBJECT.3 \ 231 d2i_ASN1_OBJECT.3 \
232 d2i_ASN1_SEQUENCE_ANY.3 \
232 d2i_AUTHORITY_KEYID.3 \ 233 d2i_AUTHORITY_KEYID.3 \
233 d2i_BASIC_CONSTRAINTS.3 \ 234 d2i_BASIC_CONSTRAINTS.3 \
234 d2i_DHparams.3 \ 235 d2i_DHparams.3 \