diff options
| author | Gavin Andresen <[email protected]> | 2012-04-05 07:34:45 -0700 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2012-04-05 07:34:45 -0700 |
| commit | 895c12943b1845411fb0282c17683c7b29a61459 (patch) | |
| tree | 2caa1690cc54c3f1c80b01248a898f6baa2d8e9b /src/makefile.osx | |
| parent | Merge pull request #1037 from gavinandresen/addmultisigenable (diff) | |
| parent | Remove USE_SSL #define (diff) | |
| download | discoin-895c12943b1845411fb0282c17683c7b29a61459.tar.xz discoin-895c12943b1845411fb0282c17683c7b29a61459.zip | |
Merge pull request #1042 from gavinandresen/use_ssl_cleanup
Remove USE_SSL #define
Diffstat (limited to 'src/makefile.osx')
| -rw-r--r-- | src/makefile.osx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.osx b/src/makefile.osx index 0fcf800ee..ed35b33ec 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 ifdef RELEASE # Compile for maximum compatibility and smallest size. |