mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-04 14:08:39 +00:00
Duplicate ssl_tls.c as ssl_tls_old.c and ssl_msg.c
This commit is the first in a series of commits aiming to split the content of ssl_tls.c in two files ssl_tls.c and ssl_msg.c. As a first step, this commit replaces ssl_tls.c by two identical copies ssl_tls_old.c and ssl_msg.c. Even though the file ssl_tls_old.c will subsequently be renamed back into ssl_tls.c, this approach retains the git history in both files.
This commit is contained in:
parent
89490716e9
commit
abd9cef520
5 changed files with 12955 additions and 3 deletions
|
|
@ -261,9 +261,10 @@
|
|||
<ClCompile Include="..\..\library\ssl_ciphersuites.c" />
|
||||
<ClCompile Include="..\..\library\ssl_cli.c" />
|
||||
<ClCompile Include="..\..\library\ssl_cookie.c" />
|
||||
<ClCompile Include="..\..\library\ssl_msg.c" />
|
||||
<ClCompile Include="..\..\library\ssl_srv.c" />
|
||||
<ClCompile Include="..\..\library\ssl_ticket.c" />
|
||||
<ClCompile Include="..\..\library\ssl_tls.c" />
|
||||
<ClCompile Include="..\..\library\ssl_tls_old.c" />
|
||||
<ClCompile Include="..\..\library\x509.c" />
|
||||
<ClCompile Include="..\..\library\x509_create.c" />
|
||||
<ClCompile Include="..\..\library\x509_crl.c" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue