mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-07 06:42:56 +03:00
- Added gcm.c and ssl_cache.c
This commit is contained in:
@@ -202,6 +202,7 @@
|
|||||||
<ClCompile Include="..\..\library\entropy.c" />
|
<ClCompile Include="..\..\library\entropy.c" />
|
||||||
<ClCompile Include="..\..\library\entropy_poll.c" />
|
<ClCompile Include="..\..\library\entropy_poll.c" />
|
||||||
<ClCompile Include="..\..\library\error.c" />
|
<ClCompile Include="..\..\library\error.c" />
|
||||||
|
<ClCompile Include="..\..\library\gcm.c" />
|
||||||
<ClCompile Include="..\..\library\havege.c" />
|
<ClCompile Include="..\..\library\havege.c" />
|
||||||
<ClCompile Include="..\..\library\md.c" />
|
<ClCompile Include="..\..\library\md.c" />
|
||||||
<ClCompile Include="..\..\library\md2.c" />
|
<ClCompile Include="..\..\library\md2.c" />
|
||||||
@@ -216,6 +217,7 @@
|
|||||||
<ClCompile Include="..\..\library\sha1.c" />
|
<ClCompile Include="..\..\library\sha1.c" />
|
||||||
<ClCompile Include="..\..\library\sha2.c" />
|
<ClCompile Include="..\..\library\sha2.c" />
|
||||||
<ClCompile Include="..\..\library\sha4.c" />
|
<ClCompile Include="..\..\library\sha4.c" />
|
||||||
|
<ClCompile Include="..\..\library\ssl_cache.c" />
|
||||||
<ClCompile Include="..\..\library\ssl_cli.c" />
|
<ClCompile Include="..\..\library\ssl_cli.c" />
|
||||||
<ClCompile Include="..\..\library\ssl_srv.c" />
|
<ClCompile Include="..\..\library\ssl_srv.c" />
|
||||||
<ClCompile Include="..\..\library\ssl_tls.c" />
|
<ClCompile Include="..\..\library\ssl_tls.c" />
|
||||||
|
Reference in New Issue
Block a user