1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

Split config checks to separate file

This commit is contained in:
Manuel Pégourié-Gonnard
2014-04-30 12:35:08 +02:00
committed by Paul Bakker
parent 827b6cee7f
commit 14d55951ef
7 changed files with 335 additions and 293 deletions

View File

@ -156,6 +156,7 @@
<ClInclude Include="..\..\include\polarssl\cipher.h" />
<ClInclude Include="..\..\include\polarssl\cipher_wrap.h" />
<ClInclude Include="..\..\include\polarssl\config.h" />
<ClInclude Include="..\..\include\polarssl\check_config.h" />
<ClInclude Include="..\..\include\polarssl\ctr_drbg.h" />
<ClInclude Include="..\..\include\polarssl\debug.h" />
<ClInclude Include="..\..\include\polarssl\des.h" />

View File

@ -413,6 +413,10 @@ SOURCE=..\..\include\polarssl\config.h
# End Source File
# Begin Source File
SOURCE=..\..\include\polarssl\check_config.h
# End Source File
# Begin Source File
SOURCE=..\..\include\polarssl\ctr_drbg.h
# End Source File
# Begin Source File