]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix typo in SSL_CTX_set_dh_auto
authorEasySec <easy.sec@free.fr>
Thu, 13 Jan 2022 22:30:30 +0000 (23:30 +0100)
committerPauli <pauli@openssl.org>
Mon, 17 Jan 2022 02:18:11 +0000 (13:18 +1100)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17499)

doc/man3/SSL_CTX_set_tmp_dh_callback.pod

index bf8441294ad125ed20df7a34ddd2d22d50c98888..c9f06e98959f2c24a699a2742ad6af42f4b4bd76 100644 (file)
@@ -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);