added argon2-fill-block-ssse3.c to VS project

This commit is contained in:
gnieboer 2016-01-30 19:07:35 +03:00
parent 7035bbb8b8
commit 8f050d1fcb
2 changed files with 4 additions and 0 deletions

View File

@ -428,6 +428,7 @@
<ClCompile Include="src\libsodium\crypto_pwhash\argon2\argon2-core.c" />
<ClCompile Include="src\libsodium\crypto_pwhash\argon2\argon2-encoding.c" />
<ClCompile Include="src\libsodium\crypto_pwhash\argon2\argon2-fill-block-ref.c" />
<ClCompile Include="src\libsodium\crypto_pwhash\argon2\argon2-fill-block-ssse3.c" />
<ClCompile Include="src\libsodium\crypto_pwhash\argon2\argon2.c" />
<ClCompile Include="src\libsodium\crypto_pwhash\argon2\blake2b-long.c" />
<ClCompile Include="src\libsodium\crypto_pwhash\argon2\pwhash_argon2i.c" />

View File

@ -548,5 +548,8 @@
<ClCompile Include="src\libsodium\crypto_pwhash\argon2\pwhash_argon2i.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="src\libsodium\crypto_pwhash\argon2\argon2-fill-block-ssse3.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
</Project>