From b6f2fe7fe49be22f3680bccdb75e67f135992ab3 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Fri, 16 Dec 2016 09:17:59 +0000 Subject: Write new X509_CINF_new(3) manual page from scratch. These functions are listed in and in OpenSSL doc/man3/X509_dup.pod. Note that the 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 59cf7e6bce..186ca5229e 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.79 2016/12/14 15:04:13 schwarze Exp $ +# $OpenBSD: Makefile,v 1.80 2016/12/16 09:17:59 schwarze Exp $ .include @@ -177,6 +177,7 @@ MAN= \ UI_new.3 \ X509V3_get_d2i.3 \ X509_ALGOR_dup.3 \ + X509_CINF_new.3 \ X509_CRL_get0_by_serial.3 \ X509_EXTENSION_set_object.3 \ X509_LOOKUP_hash_dir.3 \ -- cgit v1.2.3-55-g6feb