[openssl] master update

Dr. Paul Dale pauli at openssl.org
Mon Jan 17 02:18:25 UTC 2022


The branch master has been updated
       via  144316d276adf5b8172316f7bc20b372b8e31ac8 (commit)
      from  d73a7a3a71270aaadb4e4e678ae9bd3cef8b9cbd (commit)


- Log -----------------------------------------------------------------
commit 144316d276adf5b8172316f7bc20b372b8e31ac8
Author: EasySec <easy.sec at free.fr>
Date:   Thu Jan 13 23:30:30 2022 +0100

    Fix typo in SSL_CTX_set_dh_auto
    
    Reviewed-by: Tomas Mraz <tomas at openssl.org>
    Reviewed-by: Matt Caswell <matt at openssl.org>
    Reviewed-by: Paul Dale <pauli at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/17499)

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

Summary of changes:
 doc/man3/SSL_CTX_set_tmp_dh_callback.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/man3/SSL_CTX_set_tmp_dh_callback.pod b/doc/man3/SSL_CTX_set_tmp_dh_callback.pod
index bf8441294a..c9f06e9895 100644
--- a/doc/man3/SSL_CTX_set_tmp_dh_callback.pod
+++ b/doc/man3/SSL_CTX_set_tmp_dh_callback.pod
@@ -11,7 +11,7 @@ SSL_set_tmp_dh_callback, SSL_set_tmp_dh
 
  #include <openssl/ssl.h>
 
- long SSL_CTX_set_dh_auto(SSL *s, int onoff);
+ long SSL_CTX_set_dh_auto(SSL_CTX *ctx, int onoff);
  long SSL_set_dh_auto(SSL *s, int onoff);
  int SSL_CTX_set0_tmp_dh_pkey(SSL_CTX *ctx, EVP_PKEY *dhpkey);
  int SSL_set0_tmp_dh_pkey(SSL *s, EVP_PKEY *dhpkey);


More information about the openssl-commits mailing list