From adc9831eb28ab13ae2d9ce37b82436193d06eacd Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 16 Feb 2017 19:46:00 +0300 Subject: miranda got her own OpenSSL binaries for those who compile Miranda himself, these binaries can be downloaded from http://www.miranda-ng.org/distr/build/ --- libs/win32/libeay32.lib | Bin 821042 -> 821042 bytes libs/win32/ssleay32.lib | Bin 76500 -> 77144 bytes libs/win64/libeay32.lib | Bin 802648 -> 802648 bytes libs/win64/ssleay32.lib | Bin 74948 -> 75578 bytes plugins/OpenSSL/OpenSSL.vcxproj | 3 +-- protocols/MSN/msn.vcxproj | 3 +-- 6 files changed, 2 insertions(+), 4 deletions(-) diff --git a/libs/win32/libeay32.lib b/libs/win32/libeay32.lib index 184868b4c7..4590c4638e 100644 Binary files a/libs/win32/libeay32.lib and b/libs/win32/libeay32.lib differ diff --git a/libs/win32/ssleay32.lib b/libs/win32/ssleay32.lib index 0427f20cb1..d39a68d975 100644 Binary files a/libs/win32/ssleay32.lib and b/libs/win32/ssleay32.lib differ diff --git a/libs/win64/libeay32.lib b/libs/win64/libeay32.lib index 787fd22672..45ab3be6c7 100644 Binary files a/libs/win64/libeay32.lib and b/libs/win64/libeay32.lib differ diff --git a/libs/win64/ssleay32.lib b/libs/win64/ssleay32.lib index c7e832d209..8e5e5d50a2 100644 Binary files a/libs/win64/ssleay32.lib and b/libs/win64/ssleay32.lib differ diff --git a/plugins/OpenSSL/OpenSSL.vcxproj b/plugins/OpenSSL/OpenSSL.vcxproj index 29d08f9d1f..f7136fda99 100644 --- a/plugins/OpenSSL/OpenSSL.vcxproj +++ b/plugins/OpenSSL/OpenSSL.vcxproj @@ -30,8 +30,7 @@ Sync - delayimp.lib;libeay32.lib;ssleay32.lib;crypt32.lib;%(AdditionalDependencies) - libeay32.dll;ssleay32.dll;crypt32.dll + libeay32.lib;ssleay32.lib;crypt32.lib;%(AdditionalDependencies) \ No newline at end of file diff --git a/protocols/MSN/msn.vcxproj b/protocols/MSN/msn.vcxproj index bca665bcf8..603d726bdc 100644 --- a/protocols/MSN/msn.vcxproj +++ b/protocols/MSN/msn.vcxproj @@ -30,8 +30,7 @@ Sync - libeay32.dll - delayimp.lib;libeay32.lib;%(AdditionalDependencies) + libeay32.lib;%(AdditionalDependencies) -- cgit v1.2.3