- Added missing files to Visual C projects
This commit is contained in:
parent
01cc394848
commit
384b75ac9c
2 changed files with 42 additions and 1 deletions
|
@ -155,6 +155,7 @@
|
|||
<ClInclude Include="..\..\include\polarssl\cipher.h" />
|
||||
<ClInclude Include="..\..\include\polarssl\cipher_wrap.h" />
|
||||
<ClInclude Include="..\..\include\polarssl\config.h" />
|
||||
<ClInclude Include="..\..\include\polarssl\ctr_drbg.h" />
|
||||
<ClInclude Include="..\..\include\polarssl\debug.h" />
|
||||
<ClInclude Include="..\..\include\polarssl\des.h" />
|
||||
<ClInclude Include="..\..\include\polarssl\dhm.h" />
|
||||
|
@ -224,4 +225,4 @@
|
|||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
|
@ -93,6 +93,10 @@ SOURCE=..\..\library\arc4.c
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\library\asn1parse.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\library\base64.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
@ -117,6 +121,10 @@ SOURCE=..\..\library\cipher_wrap.c
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\library\ctr_drbg.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\library\debug.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
@ -129,6 +137,18 @@ SOURCE=..\..\library\dhm.c
|
|||
# End 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
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
@ -217,6 +237,10 @@ SOURCE=..\..\include\polarssl\arc4.h
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\include\polarssl\asn1.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\include\polarssl\base64.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
@ -249,6 +273,10 @@ SOURCE=..\..\include\polarssl\config.h
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\include\polarssl\ctr_drbg.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\include\polarssl\debug.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
@ -261,6 +289,18 @@ SOURCE=..\..\include\polarssl\dhm.h
|
|||
# End 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
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
|
Loading…
Reference in a new issue