diff options
author | George Hazan <ghazan@miranda.im> | 2017-02-16 19:46:00 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-02-16 19:46:09 +0300 |
commit | adc9831eb28ab13ae2d9ce37b82436193d06eacd (patch) | |
tree | b245d0d4c07ea6fde7d67f47594eef18fc8b52fc | |
parent | bd98ec9efc4999f9a764c53566ca2e503bfe68d8 (diff) |
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/
-rw-r--r-- | libs/win32/libeay32.lib | bin | 821042 -> 821042 bytes | |||
-rw-r--r-- | libs/win32/ssleay32.lib | bin | 76500 -> 77144 bytes | |||
-rw-r--r-- | libs/win64/libeay32.lib | bin | 802648 -> 802648 bytes | |||
-rw-r--r-- | libs/win64/ssleay32.lib | bin | 74948 -> 75578 bytes | |||
-rw-r--r-- | plugins/OpenSSL/OpenSSL.vcxproj | 3 | ||||
-rw-r--r-- | protocols/MSN/msn.vcxproj | 3 |
6 files changed, 2 insertions, 4 deletions
diff --git a/libs/win32/libeay32.lib b/libs/win32/libeay32.lib Binary files differindex 184868b4c7..4590c4638e 100644 --- a/libs/win32/libeay32.lib +++ b/libs/win32/libeay32.lib diff --git a/libs/win32/ssleay32.lib b/libs/win32/ssleay32.lib Binary files differindex 0427f20cb1..d39a68d975 100644 --- a/libs/win32/ssleay32.lib +++ b/libs/win32/ssleay32.lib diff --git a/libs/win64/libeay32.lib b/libs/win64/libeay32.lib Binary files differindex 787fd22672..45ab3be6c7 100644 --- a/libs/win64/libeay32.lib +++ b/libs/win64/libeay32.lib diff --git a/libs/win64/ssleay32.lib b/libs/win64/ssleay32.lib Binary files differindex c7e832d209..8e5e5d50a2 100644 --- a/libs/win64/ssleay32.lib +++ b/libs/win64/ssleay32.lib 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 @@ <ExceptionHandling>Sync</ExceptionHandling>
</ClCompile>
<Link>
- <AdditionalDependencies>delayimp.lib;libeay32.lib;ssleay32.lib;crypt32.lib;%(AdditionalDependencies)</AdditionalDependencies>
- <DelayLoadDLLs>libeay32.dll;ssleay32.dll;crypt32.dll</DelayLoadDLLs>
+ <AdditionalDependencies>libeay32.lib;ssleay32.lib;crypt32.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
</Project>
\ 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 @@ <ExceptionHandling>Sync</ExceptionHandling>
</ClCompile>
<Link>
- <DelayLoadDLLs>libeay32.dll</DelayLoadDLLs>
- <AdditionalDependencies>delayimp.lib;libeay32.lib;%(AdditionalDependencies)</AdditionalDependencies>
+ <AdditionalDependencies>libeay32.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
|