forked from wolfSSL/wolfssl
Merge pull request #120 from kaleb-himes/update_window_projects
updated existing projects to include wc_encrypt.c
This commit is contained in:
@ -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"
|
||||||
|
@ -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>
|
||||||
|
Reference in New Issue
Block a user