summaryrefslogtreecommitdiff
path: root/src/OS
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2019-05-24 15:57:02 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2019-05-24 15:57:02 +0100
commit01603eec64d42431f182b33008206facfc7f800e (patch)
tree2ad67cd6c3879a31582535f4446e4f080caf6d91 /src/OS
parentfeb5343a10a0c6526c3a9a08bb4d57cf6eafa289 (diff)
TLS: move from SUPPORT_TLS to DISABLE_TLS macro for the build
Diffstat (limited to 'src/OS')
-rw-r--r--src/OS/unsupported/Makefile-CYGWIN2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OS/unsupported/Makefile-CYGWIN b/src/OS/unsupported/Makefile-CYGWIN
index 006e9feff..5e608fe9e 100644
--- a/src/OS/unsupported/Makefile-CYGWIN
+++ b/src/OS/unsupported/Makefile-CYGWIN
@@ -43,7 +43,7 @@ AUTH_CRAM_MD5=yes
AUTH_PLAINTEXT=yes
AUTH_SPA=yes
-SUPPORT_TLS=yes
+#DISABLE_TLS=yes
TLS_LIBS=-lssl -lcrypto
ROUTER_ACCEPT=yes