summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMark Nunberg <mnunberg@haskalah.org>2019-02-20 07:23:37 -0500
committerMark Nunberg <mnunberg@haskalah.org>2019-02-20 09:11:10 -0500
commit3949c8a1536bf67293817315f616ec6d1462290e (patch)
treeacba216844f1437c14e606510a963b021032642d /Makefile
parent3511c8df68b8ff640a8e1748f96197cab71311bb (diff)
Disable SSL by default
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 815c9d8..9ca40ee 100644
--- a/Makefile
+++ b/Makefile
@@ -57,7 +57,7 @@ STLIB_MAKE_CMD=$(AR) rcs $(STLIBNAME)
# Platform-specific overrides
uname_S := $(shell sh -c 'uname -s 2>/dev/null || echo not')
-USE_SSL?=1
+USE_SSL?=0
ifdef USE_SSL
# This is the prefix of openssl on my system. This should be the sane default