From: Jeremy Harris Date: Thu, 29 Sep 2016 21:44:14 +0000 (+0100) Subject: Debug: fix openssl tls_close() debug output X-Git-Tag: exim-4_88_RC2~11 X-Git-Url: https://git.exim.org/users/jgh/exim.git/commitdiff_plain/ec8b777a224687c7ea440b78b0bb0fec95acff87 Debug: fix openssl tls_close() debug output --- diff --git a/src/src/tls-openssl.c b/src/src/tls-openssl.c index d9db7243f..64dcab600 100644 --- a/src/src/tls-openssl.c +++ b/src/src/tls-openssl.c @@ -2504,7 +2504,7 @@ if (*fdp < 0) return; /* TLS was not active */ if (shutdown) { - DEBUG(D_tls) debug_printf("tls_close() from '%s': shutting down SSL\n"); + DEBUG(D_tls) debug_printf("tls_close(): shutting down SSL\n"); SSL_shutdown(*sslp); }