From 2ef9e674d440147afdb3ca73cf9a2f40ea040d2f Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Fri, 23 Dec 2016 15:25:19 +0000 Subject: Write new DIST_POINT_new(3) manual page from scratch. All functions documented here 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 97593fc86f..41c850357c 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.91 2016/12/23 14:37:08 schwarze Exp $ +# $OpenBSD: Makefile,v 1.92 2016/12/23 15:25:19 schwarze Exp $ .include @@ -67,6 +67,7 @@ MAN= \ DH_new.3 \ DH_set_method.3 \ DH_size.3 \ + DIST_POINT_new.3 \ DSA_SIG_new.3 \ DSA_do_sign.3 \ DSA_dup_DH.3 \ -- cgit v1.2.3-55-g6feb