diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2023-01-07 16:15:46 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2023-01-07 16:16:18 +0000 |
commit | fb09cfc3f2b667aa09deef8a0f9933a2e710be8f (patch) | |
tree | d23d1855bdf79fac071e11e40b7fcee63165304a /src | |
parent | 42f1855e94bd87f98bc6c74255be53ed6d805ba6 (diff) |
OpenSSL: fix build for pre-1.1.0
Broken-by: 42f1855e94bd
Diffstat (limited to 'src')
-rw-r--r-- | src/src/tls-openssl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/tls-openssl.c b/src/src/tls-openssl.c index 96be7c4a2..10b5f2aa5 100644 --- a/src/src/tls-openssl.c +++ b/src/src/tls-openssl.c @@ -711,7 +711,7 @@ OpenSSL >= 1.1.0: we do not set anything, the libray does autoselection */ static uschar * -init_ecdh_auto(SSL_CTX * ctx) +init_ecdh_auto(SSL_CTX * sctx) { #if OPENSSL_VERSION_NUMBER < 0x10002000L DEBUG(D_tls) debug_printf( |