Windows: Add missing Blake2s source files to VS 2019 crypto project

This commit is contained in:
Mounir IDRASSI 2023-05-26 00:33:49 +02:00
parent 28aff67293
commit 40caafdb1b
No known key found for this signature in database
GPG Key ID: 02C30AE90FAE4A6F
1 changed files with 3 additions and 0 deletions

View File

@ -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" />