summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/ssl_calls.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/ssl_calls.c b/common/ssl_calls.c
index 8eec7123..b5b9237a 100644
--- a/common/ssl_calls.c
+++ b/common/ssl_calls.c
@@ -595,6 +595,7 @@ ssl_tls_accept(struct ssl_tls *self, long ssl_protocols,
if (g_strlen(tls_ciphers) > 1)
{
+ log_message(LOG_LEVEL_TRACE, "ssl_tls_accept: tls_ciphers=%s", tls_ciphers);
if (SSL_CTX_set_cipher_list(self->ctx, tls_ciphers) == 0)
{
g_writeln("ssl_tls_accept: invalid cipher options");