From 92c448b855dbef710a58680896eb561e4296366f Mon Sep 17 00:00:00 2001 From: Jan Vidar Krey Date: Sat, 23 Jan 2010 01:09:00 +0100 Subject: [PATCH] Dont use SSL by default. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index a6618db..fcea83e 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -8,7 +8,7 @@ LD := $(CC) MV := mv RANLIB := ranlib CFLAGS += -pipe -Wall -USE_SSL ?= YES +USE_SSL ?= NO USE_BIGENDIAN ?= AUTO BITS ?= AUTO SILENT ?= YES