From f188f6bd44b2c5213baa9288812e40d6480ca387 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Fri, 23 Dec 2016 00:40:16 +0000 Subject: Write GENERAL_NAME_new(3) manual page from scratch - as if plain X.501 Name structures weren't already complicated enough, see X509_NAME_new(3). All these 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 d76403010d..f3910f74dd 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.89 2016/12/22 16:05:22 schwarze Exp $ +# $OpenBSD: Makefile,v 1.90 2016/12/23 00:40:16 schwarze Exp $ .include @@ -120,6 +120,7 @@ MAN= \ EVP_SealInit.3 \ EVP_SignInit.3 \ EVP_VerifyInit.3 \ + GENERAL_NAME_new.3 \ HMAC.3 \ MD5.3 \ OBJ_nid2obj.3 \ -- cgit v1.2.3-55-g6feb