Updated VS project files for X509 changes

This commit is contained in:
Paul Bakker 2013-09-23 15:20:01 +02:00
parent c2148753df
commit ee0844adb9
2 changed files with 61 additions and 7 deletions

View File

@ -194,8 +194,10 @@
<ClInclude Include="..\..\include\polarssl\ssl.h" />
<ClInclude Include="..\..\include\polarssl\timing.h" />
<ClInclude Include="..\..\include\polarssl\version.h" />
<ClInclude Include="..\..\include\polarssl\x509_crl.h" />
<ClInclude Include="..\..\include\polarssl\x509_crt.h" />
<ClInclude Include="..\..\include\polarssl\x509_csr.h" />
<ClInclude Include="..\..\include\polarssl\x509.h" />
<ClInclude Include="..\..\include\polarssl\x509write.h" />
<ClInclude Include="..\..\include\polarssl\xtea.h" />
</ItemGroup>
<ItemGroup>
@ -238,6 +240,9 @@
<ClCompile Include="..\..\library\pkcs11.c" />
<ClCompile Include="..\..\library\pkcs12.c" />
<ClCompile Include="..\..\library\pkcs5.c" />
<ClCompile Include="..\..\library\pkparse.c" />
<ClCompile Include="..\..\library\pk_wrap.c" />
<ClCompile Include="..\..\library\pkwrite.c" />
<ClCompile Include="..\..\library\rsa.c" />
<ClCompile Include="..\..\library\sha1.c" />
<ClCompile Include="..\..\library\sha256.c" />
@ -249,8 +254,13 @@
<ClCompile Include="..\..\library\ssl_tls.c" />
<ClCompile Include="..\..\library\timing.c" />
<ClCompile Include="..\..\library\version.c" />
<ClCompile Include="..\..\library\x509parse.c" />
<ClCompile Include="..\..\library\x509write.c" />
<ClCompile Include="..\..\library\x509.c" />
<ClCompile Include="..\..\library\x509_create.c" />
<ClCompile Include="..\..\library\x509_crl.c" />
<ClCompile Include="..\..\library\x509_crt.c" />
<ClCompile Include="..\..\library\x509_csr.c" />
<ClCompile Include="..\..\library\x509write_crt.c" />
<ClCompile Include="..\..\library\x509write_csr.c" />
<ClCompile Include="..\..\library\xtea.c" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />

View File

@ -241,6 +241,18 @@ SOURCE=..\..\library\pkcs5.c
# End Source File
# Begin Source File
SOURCE=..\..\library\pkparse.c
# End Source File
# Begin Source File
SOURCE=..\..\library\pk_wrap.c
# End Source File
# Begin Source File
SOURCE=..\..\library\pkwrite.c
# End Source File
# Begin Source File
SOURCE=..\..\library\rsa.c
# End Source File
# Begin Source File
@ -285,11 +297,35 @@ SOURCE=..\..\library\version.c
# End Source File
# Begin Source File
SOURCE=..\..\library\x509parse.c
SOURCE=..\..\library\x509.c
# End Source File
# Begin Source File
SOURCE=..\..\library\x509write.c
SOURCE=..\..\library\x509_create.c
# End Source File
# Begin Source File
SOURCE=..\..\library\x509_create.c
# End Source File
# Begin Source File
SOURCE=..\..\library\x509_crl.c
# End Source File
# Begin Source File
SOURCE=..\..\library\x509_crt.c
# End Source File
# Begin Source File
SOURCE=..\..\library\x509_csr.c
# End Source File
# Begin Source File
SOURCE=..\..\library\x509write_crt.c
# End Source File
# Begin Source File
SOURCE=..\..\library\x509write_csr.c
# End Source File
# Begin Source File
@ -501,11 +537,19 @@ SOURCE=..\..\include\polarssl\version.h
# End Source File
# Begin Source File
SOURCE=..\..\include\polarssl\x509.h
SOURCE=..\..\include\polarssl\x509_crl.h
# End Source File
# Begin Source File
SOURCE=..\..\include\polarssl\x509write.h
SOURCE=..\..\include\polarssl\x509_crt.h
# End Source File
# Begin Source File
SOURCE=..\..\include\polarssl\x509_csr.h
# End Source File
# Begin Source File
SOURCE=..\..\include\polarssl\x509.h
# End Source File
# Begin Source File