The branch master has been updated
       via  7b4a3515a4ddb567d48000e61d7cb640d0c5f261 (commit)
      from  b608fabfcca597e66c2e115e902b56ed828e8bea (commit)


- Log -----------------------------------------------------------------
commit 7b4a3515a4ddb567d48000e61d7cb640d0c5f261
Author: Richard Levitte <[email protected]>
Date:   Mon Dec 3 10:57:01 2018 +0100

    Docs fixup: some man3 pages had unindented code in SYNOPSIS
    
    Reviewed-by: Matthias St. Pierre <[email protected]>
    (Merged from https://github.com/openssl/openssl/pull/7744)

-----------------------------------------------------------------------

Summary of changes:
 doc/man3/PKCS12_parse.pod         |  3 ++-
 doc/man3/SSL_CTX_set_tmp_ecdh.pod | 10 +++++-----
 2 files changed, 7 insertions(+), 6 deletions(-)

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
 
diff --git a/doc/man3/SSL_CTX_set_tmp_ecdh.pod 
b/doc/man3/SSL_CTX_set_tmp_ecdh.pod
index 398fcbf..7f7d15a 100644
--- a/doc/man3/SSL_CTX_set_tmp_ecdh.pod
+++ b/doc/man3/SSL_CTX_set_tmp_ecdh.pod
@@ -7,13 +7,13 @@ SSL_CTX_set_tmp_ecdh, SSL_set_tmp_ecdh, 
SSL_CTX_set_ecdh_auto, SSL_set_ecdh_auto
 
 =head1 SYNOPSIS
 
-#include <openssl/ssl.h>
+ #include <openssl/ssl.h>
 
-long SSL_CTX_set_tmp_ecdh(SSL_CTX *ctx, const EC_KEY *ecdh);
-long SSL_set_tmp_ecdh(SSL *ssl, const EC_KEY *ecdh);
+ long SSL_CTX_set_tmp_ecdh(SSL_CTX *ctx, const EC_KEY *ecdh);
+ long SSL_set_tmp_ecdh(SSL *ssl, const EC_KEY *ecdh);
 
-long SSL_CTX_set_ecdh_auto(SSL_CTX *ctx, int state);
-long SSL_set_ecdh_auto(SSL *ssl, int state);
+ long SSL_CTX_set_ecdh_auto(SSL_CTX *ctx, int state);
+ long SSL_set_ecdh_auto(SSL *ssl, int state);
 
 =head1 DESCRIPTION
 
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to