Disable SSL by default

This commit is contained in:
Mark Nunberg 2019-02-20 07:23:37 -05:00
parent 3511c8df68
commit 3949c8a153
1 changed files with 1 additions and 1 deletions

View File

@ -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