summaryrefslogtreecommitdiff
path: root/libsodium.vcxproj
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2014-11-11 11:18:18 -0500
committerMicah Anderson <micah@riseup.net>2014-11-11 11:18:18 -0500
commitc73b6c9ba513fea3e18b696e659049df69931171 (patch)
treea001cd6acbecead76b9a55f324278e8d077fe3d5 /libsodium.vcxproj
parenteabdc6e3d62550679476899dd861c23b63937142 (diff)
update to 1.0.0-1 version of the package
Diffstat (limited to 'libsodium.vcxproj')
-rw-r--r--libsodium.vcxproj6
1 files changed, 1 insertions, 5 deletions
diff --git a/libsodium.vcxproj b/libsodium.vcxproj
index 228aa0f..f6a2f85 100644
--- a/libsodium.vcxproj
+++ b/libsodium.vcxproj
@@ -349,7 +349,6 @@
<ClInclude Include="src\libsodium\include\sodium\crypto_sign_edwards25519sha512batch.h" />
<ClInclude Include="src\libsodium\include\sodium\crypto_stream.h" />
<ClInclude Include="src\libsodium\include\sodium\crypto_stream_aes128ctr.h" />
- <ClInclude Include="src\libsodium\include\sodium\crypto_stream_aes256estream.h" />
<ClInclude Include="src\libsodium\include\sodium\crypto_stream_chacha20.h" />
<ClInclude Include="src\libsodium\include\sodium\crypto_stream_salsa20.h" />
<ClInclude Include="src\libsodium\include\sodium\crypto_stream_salsa2012.h" />
@@ -497,8 +496,6 @@
<ClCompile Include="src\libsodium\crypto_stream\aes128ctr\portable\stream_aes128ctr.c" />
<ClCompile Include="src\libsodium\crypto_stream\aes128ctr\portable\xor_afternm_aes128ctr.c" />
<ClCompile Include="src\libsodium\crypto_stream\aes128ctr\stream_aes128ctr_api.c" />
- <ClCompile Include="src\libsodium\crypto_stream\aes256estream\hongjun\aes256-ctr.c" />
- <ClCompile Include="src\libsodium\crypto_stream\aes256estream\stream_aes256estream_api.c" />
<ClCompile Include="src\libsodium\crypto_stream\chacha20\ref\stream_chacha20_ref.c" />
<ClCompile Include="src\libsodium\crypto_stream\chacha20\stream_chacha20_api.c" />
<ClCompile Include="src\libsodium\crypto_stream\crypto_stream.c" />
@@ -523,7 +520,6 @@
<ClCompile Include="src\libsodium\randombytes\randombytes.c" />
<ClCompile Include="src\libsodium\randombytes\salsa20\randombytes_salsa20_random.c" />
<ClCompile Include="src\libsodium\randombytes\sysrandom\randombytes_sysrandom.c" />
- <ClCompile Include="src\libsodium\sodium\compat.c" />
<ClCompile Include="src\libsodium\sodium\core.c" />
<ClCompile Include="src\libsodium\sodium\runtime.c" />
<ClCompile Include="src\libsodium\sodium\utils.c" />
@@ -532,4 +528,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
-</Project> \ No newline at end of file
+</Project>