From bfe71f5dce48e5921bc77ce6a2304baa4d005aaf Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Wed, 4 Jan 2017 21:14:26 +0000 Subject: Write new d2i_ASN1_SEQUENCE_ANY(3) manual page from scratch. All four functions are listed in and in OpenSSL doc/man3/d2i_X509.pod. Note that in the OpenSSL documentation, three of the four prototypes are incorrect. --- 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 c6443f3e3f..0654dde9c0 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.109 2016/12/29 17:42:54 schwarze Exp $ +# $OpenBSD: Makefile,v 1.110 2017/01/04 21:14:26 schwarze Exp $ .include @@ -229,6 +229,7 @@ MAN= \ crypto.3 \ d2i_ASN1_NULL.3 \ d2i_ASN1_OBJECT.3 \ + d2i_ASN1_SEQUENCE_ANY.3 \ d2i_AUTHORITY_KEYID.3 \ d2i_BASIC_CONSTRAINTS.3 \ d2i_DHparams.3 \ -- cgit v1.2.3-55-g6feb