[openssl-commits] [openssl] OpenSSL_1_0_2-stable update

Richard Levitte levitte at openssl.org
Mon Dec 3 10:51:03 UTC 2018


The branch OpenSSL_1_0_2-stable has been updated
       via  02354431e2a09d705082f986babf14c056f47b78 (commit)
      from  63262bd2768797e140f7d0328fb6ccf81aba87b0 (commit)


- Log -----------------------------------------------------------------
commit 02354431e2a09d705082f986babf14c056f47b78
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/crypto/PKCS12_parse.pod | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/crypto/PKCS12_parse.pod b/doc/crypto/PKCS12_parse.pod
index c54cf2a..cd648d3 100644
--- a/doc/crypto/PKCS12_parse.pod
+++ b/doc/crypto/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