From a2f11e11024a104dabf6921cd276baa4255473e0 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sat, 8 Feb 2025 01:17:55 +0100 Subject: Windows: Fix link error in 32-bit build by removing crypto.lib reference and implementing sha512 using BCrypt API. --- src/COMReg/COMReg.vcxproj | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/COMReg') diff --git a/src/COMReg/COMReg.vcxproj b/src/COMReg/COMReg.vcxproj index 4c5987a3..8af84056 100644 --- a/src/COMReg/COMReg.vcxproj +++ b/src/COMReg/COMReg.vcxproj @@ -65,7 +65,7 @@ Windows true - ..\Common\Debug\Zip.lib;..\Crypto\Debug\crypto.lib;..\Common\Debug\lzma.lib;%(AdditionalDependencies) + ..\Common\Debug\Zip.lib;..\Common\Debug\lzma.lib;%(AdditionalDependencies) copy Debug\VeraCryptCOMRegBase.exe "..\Debug\Setup Files\VeraCryptCOMRegBase.exe" @@ -88,8 +88,9 @@ true true true - ..\Common\Release\Zip.lib;..\Crypto\Release\crypto.lib;..\Common\Release\lzma.lib;%(AdditionalDependencies) + ..\Common\Release\Zip.lib;..\Common\Release\lzma.lib;%(AdditionalDependencies) true + bcrypt.dll copy Release\VeraCryptCOMRegBase.exe "..\Release\Setup Files\VeraCryptCOMRegBase.exe" -- cgit v1.2.3