From 1229ee33a75d14fea0d3ce16c9a8aa6d289265b7 Mon Sep 17 00:00:00 2001 From: MASM fan Date: Fri, 11 Jul 2014 10:17:20 +0400 Subject: [PATCH 1/1] Use OpenSSL 1.0.1h --- 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 1edf3b8..a9ae1fa 100644 --- a/src/makefile.linux-mingw +++ b/src/makefile.linux-mingw @@ -19,13 +19,13 @@ INCLUDEPATHS= \ -I"$(CURDIR)"/obj \ -I"$(DEPSDIR)/boost_1_55_0" \ -I"$(DEPSDIR)/db-6.0.20/build_unix" \ - -I"$(DEPSDIR)/openssl-1.0.1f/include" \ + -I"$(DEPSDIR)/openssl-1.0.1h/include" \ -I"$(DEPSDIR)" LIBPATHS= \ -L"$(DEPSDIR)/boost_1_55_0/stage/lib" \ -L"$(DEPSDIR)/db-6.0.20/build_unix" \ - -L"$(DEPSDIR)/openssl-1.0.1f" + -L"$(DEPSDIR)/openssl-1.0.1h" LIBS= \ -l boost_system-mt \ -- 1.7.1