Merge pull request #120 from kaleb-himes/update_window_projects

updated existing projects to include wc_encrypt.c
This commit is contained in:
toddouska
2015-08-04 15:28:18 -07:00
2 changed files with 5 additions and 0 deletions

View File

@ -291,6 +291,10 @@
RelativePath=".\src\tls.c" RelativePath=".\src\tls.c"
> >
</File> </File>
<File
RelativePath="wolfcrypt\src\wc_encrypt.c"
>
</File>
</Filter> </Filter>
<Filter <Filter
Name="Header Files" Name="Header Files"

View File

@ -308,6 +308,7 @@
<ClCompile Include="wolfcrypt\src\sha.c" /> <ClCompile Include="wolfcrypt\src\sha.c" />
<ClCompile Include="wolfcrypt\src\sha256.c" /> <ClCompile Include="wolfcrypt\src\sha256.c" />
<ClCompile Include="wolfcrypt\src\sha512.c" /> <ClCompile Include="wolfcrypt\src\sha512.c" />
<ClCompile Include="wolfcrypt\src\wc_encrypt.c" />
<ClCompile Include="src\ssl.c" /> <ClCompile Include="src\ssl.c" />
<ClCompile Include="src\tls.c" /> <ClCompile Include="src\tls.c" />
</ItemGroup> </ItemGroup>