mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-06 06:28:56 +01:00
Preparation for PolarSSL 1.4.0
This commit is contained in:
parent
1de7ddc333
commit
f2a459df05
11 changed files with 121 additions and 12 deletions
|
|
@ -199,6 +199,7 @@
|
|||
<ClInclude Include="..\..\include\polarssl\ssl.h" />
|
||||
<ClInclude Include="..\..\include\polarssl\ssl_cache.h" />
|
||||
<ClInclude Include="..\..\include\polarssl\ssl_ciphersuites.h" />
|
||||
<ClInclude Include="..\..\include\polarssl\ssl_cookie.h" />
|
||||
<ClInclude Include="..\..\include\polarssl\threading.h" />
|
||||
<ClInclude Include="..\..\include\polarssl\timing.h" />
|
||||
<ClInclude Include="..\..\include\polarssl\version.h" />
|
||||
|
|
@ -263,6 +264,7 @@
|
|||
<ClCompile Include="..\..\library\ssl_cache.c" />
|
||||
<ClCompile Include="..\..\library\ssl_ciphersuites.c" />
|
||||
<ClCompile Include="..\..\library\ssl_cli.c" />
|
||||
<ClCompile Include="..\..\library\ssl_cookie.c" />
|
||||
<ClCompile Include="..\..\library\ssl_srv.c" />
|
||||
<ClCompile Include="..\..\library\ssl_tls.c" />
|
||||
<ClCompile Include="..\..\library\threading.c" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue