diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2012-04-27 12:45:49 -0400 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2012-04-27 12:45:49 -0400 |
commit | 0acbe31cfcdd4dd2c3a58bb61ebd9f002f17bda4 (patch) | |
tree | 9ccc3bb18cf1819f776383e6a830053c9b2de539 | |
parent | cedcec2decbe69ab0c565a214bf78e83fc14aa97 (diff) |
Update openssl versionv0.6.1rc1
-rw-r--r-- | src/makefile.linux-mingw | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/makefile.linux-mingw b/src/makefile.linux-mingw index 4c155f3f96..81934187e2 100644 --- a/src/makefile.linux-mingw +++ b/src/makefile.linux-mingw @@ -9,14 +9,14 @@ USE_UPNP:=0 INCLUDEPATHS= \ -I"$(DEPSDIR)/boost_1_47_0" \ -I"$(DEPSDIR)/db-4.8.30.NC/build_unix" \ - -I"$(DEPSDIR)/openssl-1.0.0e/include" \ + -I"$(DEPSDIR)/openssl-1.0.1b/include" \ -I"$(DEPSDIR)" \ -I"$(CURDIR)"/obj \ LIBPATHS= \ -L"$(DEPSDIR)/boost_1_47_0/stage/lib" \ -L"$(DEPSDIR)/db-4.8.30.NC/build_unix" \ - -L"$(DEPSDIR)/openssl-1.0.0e" + -L"$(DEPSDIR)/openssl-1.0.1b" LIBS= \ -l boost_system-mt-s \ |