Add missing RETURN VALUES section;
authorschwarze <schwarze@openbsd.org>
Thu, 15 Feb 2018 16:22:53 +0000 (16:22 +0000)
committerschwarze <schwarze@openbsd.org>
Thu, 15 Feb 2018 16:22:53 +0000 (16:22 +0000)
from Paul Yang via OpenSSL commit 1f13ad31 Dec 25 17:50:39 2017 +0800.

lib/libcrypto/man/PKCS12_create.3

index 162ff7c..07b6b3d 100644 (file)
@@ -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 <steve@openssl.org>.
 .\" 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