From 08fcf28e41cd4bae2eb14becff5b2a423dac9ff0 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Fri, 23 Dec 2016 22:21:40 +0000 Subject: Write ACCESS_DESCRIPTION_new(3) manual page from scratch. All four functions are listed in and in OpenSSL doc/man3/X509_dup.pod. OpenSSL documentation specifies the wrong header file. --- 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 57122993b9..065a87b0ee 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.96 2016/12/23 20:43:02 schwarze Exp $ +# $OpenBSD: Makefile,v 1.97 2016/12/23 22:21:40 schwarze Exp $ .include MAN= \ + ACCESS_DESCRIPTION_new.3 \ ASN1_OBJECT_new.3 \ ASN1_STRING_length.3 \ ASN1_STRING_new.3 \ -- cgit v1.2.3-55-g6feb