Dont use SSL by default.

This commit is contained in:
Jan Vidar Krey 2010-01-23 01:09:00 +01:00
parent 304ecda16a
commit 92c448b855
1 changed files with 1 additions and 1 deletions

View File

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