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"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="wolfcrypt\src\wc_encrypt.c"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
|
@ -308,6 +308,7 @@
|
||||
<ClCompile Include="wolfcrypt\src\sha.c" />
|
||||
<ClCompile Include="wolfcrypt\src\sha256.c" />
|
||||
<ClCompile Include="wolfcrypt\src\sha512.c" />
|
||||
<ClCompile Include="wolfcrypt\src\wc_encrypt.c" />
|
||||
<ClCompile Include="src\ssl.c" />
|
||||
<ClCompile Include="src\tls.c" />
|
||||
</ItemGroup>
|
||||
|
Reference in New Issue
Block a user