Commit 3949c8a1 authored by Mark Nunberg's avatar Mark Nunberg
Browse files

Disable SSL by default

parent 3511c8df
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment