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:
committed by
Paul Bakker
parent
827b6cee7f
commit
14d55951ef
@ -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" />
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user