diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2023-05-26 00:33:49 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2023-05-26 00:36:05 +0200 |
commit | 40caafdb1be73ac645c75ef31cbbc32624b6eee3 (patch) | |
tree | ed8080bf857c47dd149deef2156406b1e8803d46 /src/Crypto/Crypto_vs2019.vcxproj | |
parent | 28aff67293df3c391b9a78ed03c2e314047562a0 (diff) | |
download | VeraCrypt-40caafdb1be73ac645c75ef31cbbc32624b6eee3.tar.gz VeraCrypt-40caafdb1be73ac645c75ef31cbbc32624b6eee3.zip |
Windows: Add missing Blake2s source files to VS 2019 crypto project
Diffstat (limited to 'src/Crypto/Crypto_vs2019.vcxproj')
-rw-r--r-- | src/Crypto/Crypto_vs2019.vcxproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Crypto/Crypto_vs2019.vcxproj b/src/Crypto/Crypto_vs2019.vcxproj index aa75b9b8..ccd512b9 100644 --- a/src/Crypto/Crypto_vs2019.vcxproj +++ b/src/Crypto/Crypto_vs2019.vcxproj @@ -308,6 +308,9 @@ <ClCompile Include="Aeskey.c" /> <ClCompile Include="Aestab.c" /> <ClCompile Include="blake2s.c" /> + <ClCompile Include="blake2s_SSE2.c" /> + <ClCompile Include="blake2s_SSE41.c" /> + <ClCompile Include="blake2s_SSSE3.c" /> <ClCompile Include="Camellia.c" /> <ClCompile Include="chacha-xmm.c" /> <ClCompile Include="chacha256.c" /> |