aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.osx
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2012-04-04 21:19:27 -0400
committerGavin Andresen <[email protected]>2012-04-04 21:19:27 -0400
commit5ce4c2a23a756e20b85d721e08711e6faa3654ff (patch)
treea13692c48249140dc893562ce902685ce6477b86 /src/makefile.osx
parentMerge pull request #1019 from laanwj/2012_03_uirefactor (diff)
downloaddiscoin-5ce4c2a23a756e20b85d721e08711e6faa3654ff.tar.xz
discoin-5ce4c2a23a756e20b85d721e08711e6faa3654ff.zip
Remove USE_SSL #define
Diffstat (limited to 'src/makefile.osx')
-rw-r--r--src/makefile.osx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.osx b/src/makefile.osx
index 6388a71e1..3104ac299 100644
--- a/src/makefile.osx
+++ b/src/makefile.osx
@@ -49,7 +49,7 @@ LIBS += \
TESTDEFS += -DBOOST_TEST_DYN_LINK
endif
-DEFS=-DMAC_OSX -DMSG_NOSIGNAL=0 -DUSE_SSL
+DEFS=-DMAC_OSX -DMSG_NOSIGNAL=0
DEBUGFLAGS=-g
# ppc doesn't work because we don't support big-endian