From: Phil Pennock Date: Sun, 20 May 2012 23:35:34 +0000 (-0400) Subject: Guard TLS SNI callback define better. X-Git-Tag: exim-4_80_RC3~4 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/3bcbbbe2697819d248259b1938ffd52d2bf4090b?hp=3bcbbbe2697819d248259b1938ffd52d2bf4090b Guard TLS SNI callback define better. Guarded the callback invocation on OpenSSL having TLS extension support. Failed to guard the callback definition. Fixed. Problem spotted by Todd Lyons. ---