From e21fcc266ab9a9e715718f5b35b5b95e52090930 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Thu, 5 Jan 2017 22:38:05 +0000 Subject: Write new d2i_ASN1_OCTET_STRING(3) manual page from scratch. All 36 functions listed in and in OpenSSL doc/man3/d2i_X509.pod, six of them with wrong prototypes. --- lib/libcrypto/man/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/libcrypto/man/Makefile') 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 @@ -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 \ -- cgit v1.2.3