summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-02-16 19:46:00 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-02-16 19:46:09 +0300
commitadc9831eb28ab13ae2d9ce37b82436193d06eacd (patch)
treeb245d0d4c07ea6fde7d67f47594eef18fc8b52fc /protocols
parentbd98ec9efc4999f9a764c53566ca2e503bfe68d8 (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/
Diffstat (limited to 'protocols')
-rw-r--r--protocols/MSN/msn.vcxproj3
1 files changed, 1 insertions, 2 deletions
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>