From 5ce4c2a23a756e20b85d721e08711e6faa3654ff Mon Sep 17 00:00:00 2001 From: Gavin Andresen Date: Wed, 4 Apr 2012 21:19:27 -0400 Subject: Remove USE_SSL #define --- src/makefile.osx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/makefile.osx') diff --git a/src/makefile.osx b/src/makefile.osx index 6388a71e11..3104ac2995 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 -- cgit v1.2.3