diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2012-04-04 21:19:27 -0400 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2012-04-04 21:19:27 -0400 |
commit | 5ce4c2a23a756e20b85d721e08711e6faa3654ff (patch) | |
tree | a13692c48249140dc893562ce902685ce6477b86 /src/makefile.linux-mingw | |
parent | b0a7e05a45a925d78efd00ecca6dce9b7a9530f9 (diff) |
Remove USE_SSL #define
Diffstat (limited to 'src/makefile.linux-mingw')
-rw-r--r-- | src/makefile.linux-mingw | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.linux-mingw b/src/makefile.linux-mingw index 0bbe612a06..3f7e6114ec 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) |