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