TLS: move from SUPPORT_TLS to DISABLE_TLS macro for the build
[exim.git] / src / src / receive.c
index fbd32c8fa4e049b000135dc386079e74b84c4d58..9769e8893cd621cb6c03bc745a913233ffd440c1 100644 (file)
@@ -3978,7 +3978,7 @@ if (message_reference)
 
 g = add_host_info_for_log(g);
 
-#ifdef SUPPORT_TLS
+#ifndef DISABLE_TLS
 if (LOGGING(tls_cipher) && tls_in.cipher)
   {
   g = string_append(g, 2, US" X=", tls_in.cipher);