From d329cc952a61fc937c2bfe6887ed6d64d763f4f3 Mon Sep 17 00:00:00 2001 From: Mark Nunberg Date: Mon, 21 May 2018 10:35:16 -0400 Subject: [PATCH] Use SSL by default --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 7e3e2bf..b2a9fb5 100644 --- a/Makefile +++ b/Makefile @@ -54,6 +54,8 @@ DYLIB_MAKE_CMD=$(CC) -shared -Wl,-soname,$(DYLIB_MINOR_NAME) -o $(DYLIBNAME) $(L STLIBNAME=$(LIBNAME).$(STLIBSUFFIX) STLIB_MAKE_CMD=$(AR) rcs $(STLIBNAME) +USE_SSL:=1 + ifdef USE_SSL # This is the prefix of openssl on my system. This should be the sane default # based on the platform