diff options
author | Mark Nunberg <mnunberg@haskalah.org> | 2019-02-20 07:23:37 -0500 |
---|---|---|
committer | Mark Nunberg <mnunberg@haskalah.org> | 2019-02-20 09:11:10 -0500 |
commit | 3949c8a1536bf67293817315f616ec6d1462290e (patch) | |
tree | acba216844f1437c14e606510a963b021032642d /Makefile | |
parent | 3511c8df68b8ff640a8e1748f96197cab71311bb (diff) |
Disable SSL by default
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |