aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.unix
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2012-04-04 21:19:27 -0400
committerGavin Andresen <gavinandresen@gmail.com>2012-04-04 21:19:27 -0400
commit5ce4c2a23a756e20b85d721e08711e6faa3654ff (patch)
treea13692c48249140dc893562ce902685ce6477b86 /src/makefile.unix
parentb0a7e05a45a925d78efd00ecca6dce9b7a9530f9 (diff)
downloadbitcoin-5ce4c2a23a756e20b85d721e08711e6faa3654ff.tar.xz
Remove USE_SSL #define
Diffstat (limited to 'src/makefile.unix')
-rw-r--r--src/makefile.unix4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/makefile.unix b/src/makefile.unix
index 66e020bbef..1fb8e270fb 100644
--- a/src/makefile.unix
+++ b/src/makefile.unix
@@ -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 \