Merge pull request #1042 from gavinandresen/use_ssl_cleanup

Remove USE_SSL #define
This commit is contained in:
Gavin Andresen
2012-04-05 07:34:45 -07:00
12 changed files with 11 additions and 56 deletions

View File

@@ -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
ifdef RELEASE
# Compile for maximum compatibility and smallest size.