git://git.exim.org
/
users
/
jgh
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57ae611
)
Debug: fix openssl tls_close() debug output
author
Jeremy Harris
<jgh146exb@wizmail.org>
Thu, 29 Sep 2016 21:44:14 +0000
(22:44 +0100)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Thu, 29 Sep 2016 21:44:14 +0000
(22:44 +0100)
src/src/tls-openssl.c
patch
|
blob
|
history
diff --git
a/src/src/tls-openssl.c
b/src/src/tls-openssl.c
index d9db7243f135bca82bbda77d675a70afe3b77e82..64dcab600183b448e86a2a734f8fde38d3e89bc4 100644
(file)
--- 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);
}