From 3f7cf337812da741d7c37617614645b4f176ff61 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Thu, 5 Jan 2017 22:38:04 +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. --- 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 0654dde9c0..42ec3807a2 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/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-55-g6feb