From 43eccfdcf16b166e0015b1407499c65003d96312 Mon Sep 17 00:00:00 2001 From: schwarze Date: Thu, 15 Feb 2018 16:22:53 +0000 Subject: [PATCH] Add missing RETURN VALUES section; from Paul Yang via OpenSSL commit 1f13ad31 Dec 25 17:50:39 2017 +0800. --- lib/libcrypto/man/PKCS12_create.3 | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/lib/libcrypto/man/PKCS12_create.3 b/lib/libcrypto/man/PKCS12_create.3 index 162ff7cf683..07b6b3d84e6 100644 --- a/lib/libcrypto/man/PKCS12_create.3 +++ b/lib/libcrypto/man/PKCS12_create.3 @@ -1,5 +1,6 @@ -.\" $OpenBSD: PKCS12_create.3,v 1.4 2016/11/28 22:41:38 schwarze Exp $ -.\" OpenSSL 05ea606a May 20 20:52:46 2016 -0400 +.\" $OpenBSD: PKCS12_create.3,v 1.5 2018/02/15 16:22:53 schwarze Exp $ +.\" full merge up to: OpenSSL 05ea606a May 20 20:52:46 2016 -0400 +.\" selective merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800 .\" .\" This file was written by Dr. Stephen Henson . .\" Copyright (c) 2002, 2015 The OpenSSL Project. All rights reserved. @@ -48,7 +49,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: November 28 2016 $ +.Dd $Mdocdate: February 15 2018 $ .Dt PKCS12_CREATE 3 .Os .Sh NAME @@ -154,6 +155,13 @@ then this will be used for the corresponding or .Sy localKeyID in the PKCS12 structure. +.Sh RETURN VALUES +.Fn PKCS12_create +returns a valid +.Vt PKCS12 +structure or +.Dv NULL +if an error occurred. .Sh SEE ALSO .Xr d2i_PKCS12 3 .Sh HISTORY -- 2.20.1