diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-09-29 22:44:14 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-09-29 22:44:14 +0100 |
commit | ec8b777a224687c7ea440b78b0bb0fec95acff87 (patch) | |
tree | 9c41c92f9923eab30523829e9a9020ea83fe4c77 /src | |
parent | 57ae6115ba82e642d446bcd914b079ecbb822bb3 (diff) |
Debug: fix openssl tls_close() debug output
Diffstat (limited to 'src')
-rw-r--r-- | 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 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); } |