[openssl-commits] [openssl] OpenSSL_1_1_1-stable update
Richard Levitte
levitte at openssl.org
Mon Dec 3 10:49:16 UTC 2018
The branch OpenSSL_1_1_1-stable has been updated
via 2561eeb6b9cea581d4bbbc0d2574998f0590f53c (commit)
from f1d91b89701627cc39e98987bc344aaae64f64fb (commit)
- Log -----------------------------------------------------------------
commit 2561eeb6b9cea581d4bbbc0d2574998f0590f53c
Author: Richard Levitte <levitte at openssl.org>
Date: Mon Dec 3 10:57:01 2018 +0100
Docs fixup: some man3 pages had unindented code in SYNOPSIS
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre at ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/7744)
(cherry picked from commit 7b4a3515a4ddb567d48000e61d7cb640d0c5f261)
-----------------------------------------------------------------------
Summary of changes:
doc/man3/PKCS12_parse.pod | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/man3/PKCS12_parse.pod b/doc/man3/PKCS12_parse.pod
index 747a36f..208644c 100644
--- a/doc/man3/PKCS12_parse.pod
+++ b/doc/man3/PKCS12_parse.pod
@@ -8,7 +8,8 @@ PKCS12_parse - parse a PKCS#12 structure
#include <openssl/pkcs12.h>
-int PKCS12_parse(PKCS12 *p12, const char *pass, EVP_PKEY **pkey, X509 **cert, STACK_OF(X509) **ca);
+ int PKCS12_parse(PKCS12 *p12, const char *pass, EVP_PKEY **pkey, X509 **cert,
+ STACK_OF(X509) **ca);
=head1 DESCRIPTION
More information about the openssl-commits
mailing list