OpenSSL: fix build for pre-1.1.0
[exim.git] / src / src / tls-openssl.c
index 96be7c4a20ba9dba77255dd866c7696042e23afd..10b5f2aa58ee9cc2f8b2a6e76226e0476629541a 100644 (file)
@@ -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(