From: MASM fan Date: Fri, 11 Jul 2014 06:17:20 +0000 (+0400) Subject: Use OpenSSL 1.0.1h X-Git-Tag: v0.4.4.6-nvc-update6~1 X-Git-Url: https://git.novaco.in/?a=commitdiff_plain;h=1229ee33a75d14fea0d3ce16c9a8aa6d289265b7;hp=e18257fcb1215949198c0fa6f166a1ddc7f11423;p=novacoin.git Use OpenSSL 1.0.1h --- 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 \