TLS: move from SUPPORT_TLS to DISABLE_TLS macro for the build
[exim.git] / src / src / dkim_transport.c
index 8ce18c818186ce53ccd9ca12dd5adf4ad757b678..6b643927c9c1500c2feb89590240f3a515e6b451 100644 (file)
@@ -83,7 +83,7 @@ else
 
     while (sread)
       {
-#ifdef SUPPORT_TLS
+#ifndef DISABLE_TLS
       wwritten = tls_out.active.sock == out_fd
        ? tls_write(tls_out.active.tls_ctx, p, sread, FALSE)
        : write(out_fd, CS p, sread);