aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.mingw
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2012-04-05 07:34:45 -0700
committerGavin Andresen <gavinandresen@gmail.com>2012-04-05 07:34:45 -0700
commit895c12943b1845411fb0282c17683c7b29a61459 (patch)
tree2caa1690cc54c3f1c80b01248a898f6baa2d8e9b /src/makefile.mingw
parentea2cc8fc4a7503a095a89e8166d33c0d48a15ac5 (diff)
parent5ce4c2a23a756e20b85d721e08711e6faa3654ff (diff)
Merge pull request #1042 from gavinandresen/use_ssl_cleanup
Remove USE_SSL #define
Diffstat (limited to 'src/makefile.mingw')
-rw-r--r--src/makefile.mingw2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.mingw b/src/makefile.mingw
index 307fca7834..33cc68b62b 100644
--- a/src/makefile.mingw
+++ b/src/makefile.mingw
@@ -23,7 +23,7 @@ LIBS= \
-l ssl \
-l crypto
-DEFS=-DWIN32 -D_WINDOWS -DNOPCH -DUSE_SSL -DBOOST_THREAD_USE_LIB
+DEFS=-DWIN32 -D_WINDOWS -DNOPCH -DBOOST_THREAD_USE_LIB
DEBUGFLAGS=-g
CFLAGS=-mthreads -O2 -w -Wno-invalid-offsetof -Wformat $(DEBUGFLAGS) $(DEFS) $(INCLUDEPATHS)