aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.linux-mingw
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2012-04-05 07:34:45 -0700
committerGavin Andresen <[email protected]>2012-04-05 07:34:45 -0700
commit895c12943b1845411fb0282c17683c7b29a61459 (patch)
tree2caa1690cc54c3f1c80b01248a898f6baa2d8e9b /src/makefile.linux-mingw
parentMerge pull request #1037 from gavinandresen/addmultisigenable (diff)
parentRemove USE_SSL #define (diff)
downloaddiscoin-895c12943b1845411fb0282c17683c7b29a61459.tar.xz
discoin-895c12943b1845411fb0282c17683c7b29a61459.zip
Merge pull request #1042 from gavinandresen/use_ssl_cleanup
Remove USE_SSL #define
Diffstat (limited to 'src/makefile.linux-mingw')
-rw-r--r--src/makefile.linux-mingw2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.linux-mingw b/src/makefile.linux-mingw
index 0bbe612a0..3f7e6114e 100644
--- a/src/makefile.linux-mingw
+++ b/src/makefile.linux-mingw
@@ -26,7 +26,7 @@ LIBS= \
-l ssl \
-l crypto
-DEFS=-D_MT -DWIN32 -D_WINDOWS -DNOPCH -DUSE_SSL -DBOOST_THREAD_USE_LIB
+DEFS=-D_MT -DWIN32 -D_WINDOWS -DNOPCH -DBOOST_THREAD_USE_LIB
DEBUGFLAGS=-g
CFLAGS=-O2 -w -Wno-invalid-offsetof -Wformat $(DEBUGFLAGS) $(DEFS) $(INCLUDEPATHS)