summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/win32/libeay32.libbin821042 -> 821042 bytes
-rw-r--r--libs/win32/ssleay32.libbin76500 -> 77144 bytes
-rw-r--r--libs/win64/libeay32.libbin802648 -> 802648 bytes
-rw-r--r--libs/win64/ssleay32.libbin74948 -> 75578 bytes
-rw-r--r--plugins/OpenSSL/OpenSSL.vcxproj3
-rw-r--r--protocols/MSN/msn.vcxproj3
6 files changed, 2 insertions, 4 deletions
diff --git a/libs/win32/libeay32.lib b/libs/win32/libeay32.lib
index 184868b4c7..4590c4638e 100644
--- a/libs/win32/libeay32.lib
+++ b/libs/win32/libeay32.lib
Binary files differ
diff --git a/libs/win32/ssleay32.lib b/libs/win32/ssleay32.lib
index 0427f20cb1..d39a68d975 100644
--- a/libs/win32/ssleay32.lib
+++ b/libs/win32/ssleay32.lib
Binary files differ
diff --git a/libs/win64/libeay32.lib b/libs/win64/libeay32.lib
index 787fd22672..45ab3be6c7 100644
--- a/libs/win64/libeay32.lib
+++ b/libs/win64/libeay32.lib
Binary files differ
diff --git a/libs/win64/ssleay32.lib b/libs/win64/ssleay32.lib
index c7e832d209..8e5e5d50a2 100644
--- a/libs/win64/ssleay32.lib
+++ b/libs/win64/ssleay32.lib
Binary files 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 @@
<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>