Remove USE_SSL #define
[novacoin.git] / src / makefile.unix
index 66e020b..1fb8e27 100644 (file)
@@ -39,10 +39,6 @@ ifneq (${USE_UPNP}, -)
        DEFS += -DUSE_UPNP=$(USE_UPNP)
 endif
 
-ifneq (${USE_SSL}, 0)
-       DEFS += -DUSE_SSL
-endif
-
 LIBS+= \
  -Wl,-B$(LMODE2) \
    -l z \