mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-08 15:39:22 +01:00
- Updated VS2010 project files
This commit is contained in:
parent
4f229e5d83
commit
00c1c428fc
4 changed files with 201 additions and 16 deletions
|
|
@ -146,6 +146,7 @@
|
|||
<ItemGroup>
|
||||
<ClInclude Include="..\..\include\polarssl\aes.h" />
|
||||
<ClInclude Include="..\..\include\polarssl\arc4.h" />
|
||||
<ClInclude Include="..\..\include\polarssl\asn1.h" />
|
||||
<ClInclude Include="..\..\include\polarssl\base64.h" />
|
||||
<ClInclude Include="..\..\include\polarssl\bignum.h" />
|
||||
<ClInclude Include="..\..\include\polarssl\bn_mul.h" />
|
||||
|
|
@ -157,6 +158,9 @@
|
|||
<ClInclude Include="..\..\include\polarssl\debug.h" />
|
||||
<ClInclude Include="..\..\include\polarssl\des.h" />
|
||||
<ClInclude Include="..\..\include\polarssl\dhm.h" />
|
||||
<ClInclude Include="..\..\include\polarssl\entropy.h" />
|
||||
<ClInclude Include="..\..\include\polarssl\entropy_poll.h" />
|
||||
<ClInclude Include="..\..\include\polarssl\error.h" />
|
||||
<ClInclude Include="..\..\include\polarssl\havege.h" />
|
||||
<ClInclude Include="..\..\include\polarssl\md.h" />
|
||||
<ClInclude Include="..\..\include\polarssl\md2.h" />
|
||||
|
|
@ -181,15 +185,20 @@
|
|||
<ItemGroup>
|
||||
<ClCompile Include="..\..\library\aes.c" />
|
||||
<ClCompile Include="..\..\library\arc4.c" />
|
||||
<ClCompile Include="..\..\library\asn1parse.c" />
|
||||
<ClCompile Include="..\..\library\base64.c" />
|
||||
<ClCompile Include="..\..\library\bignum.c" />
|
||||
<ClCompile Include="..\..\library\camellia.c" />
|
||||
<ClCompile Include="..\..\library\certs.c" />
|
||||
<ClCompile Include="..\..\library\cipher.c" />
|
||||
<ClCompile Include="..\..\library\cipher_wrap.c" />
|
||||
<ClCompile Include="..\..\library\ctr_drbg.c" />
|
||||
<ClCompile Include="..\..\library\debug.c" />
|
||||
<ClCompile Include="..\..\library\des.c" />
|
||||
<ClCompile Include="..\..\library\dhm.c" />
|
||||
<ClCompile Include="..\..\library\entropy.c" />
|
||||
<ClCompile Include="..\..\library\entropy_poll.c" />
|
||||
<ClCompile Include="..\..\library\error.c" />
|
||||
<ClCompile Include="..\..\library\havege.c" />
|
||||
<ClCompile Include="..\..\library\md.c" />
|
||||
<ClCompile Include="..\..\library\md2.c" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue