Disable SSL by default.
This commit is contained in:
parent
eca0f931bd
commit
604c2d8836
@ -9,7 +9,7 @@ MV := mv
|
||||
RANLIB := ranlib
|
||||
CFLAGS += -pipe -Wall
|
||||
USE_PCH ?= YES
|
||||
USE_SSL ?= YES
|
||||
USE_SSL ?= NO
|
||||
USE_BIGENDIAN ?= AUTO
|
||||
BITS ?= AUTO
|
||||
SILENT ?= YES
|
||||
|
Loading…
Reference in New Issue
Block a user