mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 10:58:18 +00:00
Updated Visual Studio projects with changes from last release
This commit is contained in:
parent
5ff3f9134b
commit
4c41277710
2 changed files with 45 additions and 30 deletions
|
@ -175,6 +175,7 @@
|
|||
<ClInclude Include="..\..\include\polarssl\md.h" />
|
||||
<ClInclude Include="..\..\include\polarssl\md_wrap.h" />
|
||||
<ClInclude Include="..\..\include\polarssl\memory.h" />
|
||||
<ClInclude Include="..\..\include\polarssl\memory_buffer_alloc.h" />
|
||||
<ClInclude Include="..\..\include\polarssl\net.h" />
|
||||
<ClInclude Include="..\..\include\polarssl\oid.h" />
|
||||
<ClInclude Include="..\..\include\polarssl\openssl.h" />
|
||||
|
@ -185,6 +186,8 @@
|
|||
<ClInclude Include="..\..\include\polarssl\pkcs12.h" />
|
||||
<ClInclude Include="..\..\include\polarssl\pkcs5.h" />
|
||||
<ClInclude Include="..\..\include\polarssl\pk.h" />
|
||||
<ClInclude Include="..\..\include\polarssl\pk_wrap.h" />
|
||||
<ClInclude Include="..\..\include\polarssl\platform.h" />
|
||||
<ClInclude Include="..\..\include\polarssl\ripemd160.h" />
|
||||
<ClInclude Include="..\..\include\polarssl\rsa.h" />
|
||||
<ClInclude Include="..\..\include\polarssl\sha1.h" />
|
||||
|
@ -235,7 +238,6 @@
|
|||
<ClCompile Include="..\..\library\md.c" />
|
||||
<ClCompile Include="..\..\library\md_wrap.c" />
|
||||
<ClCompile Include="..\..\library\memory_buffer_alloc.c" />
|
||||
<ClCompile Include="..\..\library\memory.c" />
|
||||
<ClCompile Include="..\..\library\net.c" />
|
||||
<ClCompile Include="..\..\library\oid.c" />
|
||||
<ClCompile Include="..\..\library\padlock.c" />
|
||||
|
@ -248,6 +250,7 @@
|
|||
<ClCompile Include="..\..\library\pkparse.c" />
|
||||
<ClCompile Include="..\..\library\pk_wrap.c" />
|
||||
<ClCompile Include="..\..\library\pkwrite.c" />
|
||||
<ClCompile Include="..\..\library\platform.c" />
|
||||
<ClCompile Include="..\..\library\ripemd160.c" />
|
||||
<ClCompile Include="..\..\library\rsa.c" />
|
||||
<ClCompile Include="..\..\library\sha1.c" />
|
||||
|
|
|
@ -213,10 +213,6 @@ SOURCE=..\..\library\memory_buffer_alloc.c
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\library\memory.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\library\net.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
@ -265,6 +261,10 @@ SOURCE=..\..\library\pkwrite.c
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\library\platform.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\library\ripemd160.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
@ -485,6 +485,10 @@ SOURCE=..\..\include\polarssl\md_wrap.h
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\include\polarssl\memory_buffer_alloc.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\include\polarssl\memory.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
@ -529,6 +533,14 @@ SOURCE=..\..\include\polarssl\pk.h
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\include\polarssl\pk_wrap.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\include\polarssl\platform.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\include\polarssl\ripemd160.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
|
Loading…
Reference in a new issue