diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2012-09-29 00:58:15 -0700 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2012-09-29 00:58:15 -0700 |
commit | 552af52b459848c364bb4e04f4e0c4e2c3269fa6 (patch) | |
tree | 652a159e7aba66120297725265c6681d8795d8eb /src/makefile.mingw | |
parent | 3b2eb49db949e03e4eab5f0e656bd33ba0806227 (diff) | |
parent | 0eaaa83ba521af8453c11ad688bdbb6bd4e33870 (diff) |
Merge pull request #1851 from fanquake/OpenSSL-1.0.1c
Update to use OpenSSL 1.0.1c
Diffstat (limited to 'src/makefile.mingw')
-rw-r--r-- | src/makefile.mingw | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/makefile.mingw b/src/makefile.mingw index fbd8c1b2dd..1a32f02bbf 100644 --- a/src/makefile.mingw +++ b/src/makefile.mingw @@ -8,12 +8,12 @@ USE_IPV6:=1 INCLUDEPATHS= \ -I"C:\boost-1.50.0-mgw" \ -I"C:\db-4.8.30.NC-mgw\build_unix" \ - -I"C:\openssl-1.0.1b-mgw\include" + -I"C:\openssl-1.0.1c-mgw\include" LIBPATHS= \ -L"C:\boost-1.50.0-mgw\stage\lib" \ -L"C:\db-4.8.30.NC-mgw\build_unix" \ - -L"C:\openssl-1.0.1b-mgw" + -L"C:\openssl-1.0.1c-mgw" LIBS= \ -l boost_system-mgw45-mt-s-1_50 \ |