mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-25 20:25:53 +01:00
- Added missing files to Visual C projects
This commit is contained in:
parent
01cc394848
commit
384b75ac9c
@ -155,6 +155,7 @@
|
|||||||
<ClInclude Include="..\..\include\polarssl\cipher.h" />
|
<ClInclude Include="..\..\include\polarssl\cipher.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\cipher_wrap.h" />
|
<ClInclude Include="..\..\include\polarssl\cipher_wrap.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\config.h" />
|
<ClInclude Include="..\..\include\polarssl\config.h" />
|
||||||
|
<ClInclude Include="..\..\include\polarssl\ctr_drbg.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\debug.h" />
|
<ClInclude Include="..\..\include\polarssl\debug.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\des.h" />
|
<ClInclude Include="..\..\include\polarssl\des.h" />
|
||||||
<ClInclude Include="..\..\include\polarssl\dhm.h" />
|
<ClInclude Include="..\..\include\polarssl\dhm.h" />
|
||||||
|
@ -93,6 +93,10 @@ SOURCE=..\..\library\arc4.c
|
|||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\..\library\asn1parse.c
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\..\library\base64.c
|
SOURCE=..\..\library\base64.c
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
@ -117,6 +121,10 @@ SOURCE=..\..\library\cipher_wrap.c
|
|||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\..\library\ctr_drbg.c
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\..\library\debug.c
|
SOURCE=..\..\library\debug.c
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
@ -129,6 +137,18 @@ SOURCE=..\..\library\dhm.c
|
|||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\..\library\entropy.c
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\..\library\entropy_poll.c
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\..\library\error.c
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\..\library\havege.c
|
SOURCE=..\..\library\havege.c
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
@ -217,6 +237,10 @@ SOURCE=..\..\include\polarssl\arc4.h
|
|||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\..\include\polarssl\asn1.h
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\..\include\polarssl\base64.h
|
SOURCE=..\..\include\polarssl\base64.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
@ -249,6 +273,10 @@ SOURCE=..\..\include\polarssl\config.h
|
|||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\..\include\polarssl\ctr_drbg.h
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\..\include\polarssl\debug.h
|
SOURCE=..\..\include\polarssl\debug.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
@ -261,6 +289,18 @@ SOURCE=..\..\include\polarssl\dhm.h
|
|||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\..\include\polarssl\entropy.h
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\..\include\polarssl\entropy_poll.h
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\..\include\polarssl\error.h
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\..\include\polarssl\havege.h
|
SOURCE=..\..\include\polarssl\havege.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
Loading…
Reference in New Issue
Block a user