[exim-cvs] tls_out.sni fix for ancient-OpenSSL #ifdef branch

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] tls_out.sni fix for ancient-OpenSSL #ifdef branch
Gitweb: http://git.exim.org/exim.git/commitdiff/02d9264f4274f50039bfbcc4a51e2d9684625efd
Commit:     02d9264f4274f50039bfbcc4a51e2d9684625efd
Parent:     fd98a5c6771f3a5a686e54370b0525dcc3dca2f9
Author:     Phil Pennock <pdp@???>
AuthorDate: Sun Feb 3 00:12:13 2013 -0500
Committer:  Phil Pennock <pdp@???>
CommitDate: Sun Feb 3 00:12:13 2013 -0500


    tls_out.sni fix for ancient-OpenSSL #ifdef branch
---
 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 67c9c37..d879f08 100644
--- a/src/src/tls-openssl.c
+++ b/src/src/tls-openssl.c
@@ -1372,7 +1372,7 @@ if (sni)
 #else
     DEBUG(D_tls)
       debug_printf("OpenSSL at build-time lacked SNI support, ignoring \"%s\"\n",
-          tls_sni);
+          tls_out.sni);
 #endif
     }
   }