git://git.exim.org
/
users
/
heiko
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd98a5c
)
tls_out.sni fix for ancient-OpenSSL #ifdef branch
author
Phil Pennock
<pdp@exim.org>
Sun, 3 Feb 2013 05:12:13 +0000
(
00:12
-0500)
committer
Phil Pennock
<pdp@exim.org>
Sun, 3 Feb 2013 05:12:13 +0000
(
00:12
-0500)
src/src/tls-openssl.c
patch
|
blob
|
history
diff --git
a/src/src/tls-openssl.c
b/src/src/tls-openssl.c
index 67c9c3767d4cc443f1c223a088d88da40bcfde04..d879f08736e4a19f5a9671978b0048bdefbfe611 100644
(file)
--- 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
}
}