chiark / gitweb /
lib/: Use Salsa20/8 for random bits, rather than RC4.
[disorder] / lib / lib.vcxproj
index f9087d1811a85f2d43f42182702319b665c861f7..5a122474ec74262a0807470c58fe5f4e970b1d5e 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|Win32">
@@ -72,7 +72,6 @@
   </ItemDefinitionGroup>
   <ItemGroup>
     <ClCompile Include="addr.c" />
-    <ClCompile Include="arcfour.c" />
     <ClCompile Include="asprintf.c" />
     <ClCompile Include="authhash.c" />
     <ClCompile Include="base64.c" />
     <ClCompile Include="queue-rights.c" />
     <ClCompile Include="queue.c" />
     <ClCompile Include="rights.c" />
+    <ClCompile Include="salsa208.c" />
     <ClCompile Include="selection.c" />
     <ClCompile Include="signame.c" />
     <ClCompile Include="sink.c" />
   </ItemGroup>
   <ItemGroup>
     <ClInclude Include="addr.h" />
-    <ClInclude Include="arcfour.h" />
     <ClInclude Include="authhash.h" />
     <ClInclude Include="base64.h" />
     <ClInclude Include="basen.h" />
     <ClInclude Include="printf.h" />
     <ClInclude Include="queue.h" />
     <ClInclude Include="rights.h" />
+    <ClInclude Include="salsa208.h" />
     <ClInclude Include="selection.h" />
     <ClInclude Include="signame.h" />
     <ClInclude Include="sink.h" />
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   <ImportGroup Label="ExtensionTargets">
   </ImportGroup>
-</Project>
\ No newline at end of file
+</Project>