1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

Split ecp.c

This commit is contained in:
Manuel Pégourié-Gonnard
2013-12-02 15:49:09 +01:00
parent 43863eeffc
commit 32b04c1237
6 changed files with 708 additions and 645 deletions

View File

@ -218,6 +218,7 @@
<ClCompile Include="..\..\library\ecdh.c" />
<ClCompile Include="..\..\library\ecdsa.c" />
<ClCompile Include="..\..\library\ecp.c" />
<ClCompile Include="..\..\library\ecp_curves.c" />
<ClCompile Include="..\..\library\entropy.c" />
<ClCompile Include="..\..\library\entropy_poll.c" />
<ClCompile Include="..\..\library\error.c" />

View File

@ -157,6 +157,10 @@ SOURCE=..\..\library\ecp.c
# End Source File
# Begin Source File
SOURCE=..\..\library\ecp_curves.c
# End Source File
# Begin Source File
SOURCE=..\..\library\entropy.c
# End Source File
# Begin Source File