aboutsummaryrefslogtreecommitdiff
path: root/visualc
diff options
context:
space:
mode:
authorGilles Peskine <gilles.peskine@arm.com>2021-04-09 16:46:06 +0200
committerGitHub <noreply@github.com>2021-04-09 16:46:06 +0200
commit9a1c092f8bb73e8551c86b05eec3c02698b9c4b7 (patch)
tree05cad2262f26d9436f3ca23038a3855cd482022f /visualc
parentf04c0ed2a7f984441e8515bcaf85df9f98a25980 (diff)
parent392d1010dc460eccd498932d8b25c127b0714ce1 (diff)
downloadmbedtls-9a1c092f8bb73e8551c86b05eec3c02698b9c4b7.tar.gz
Merge pull request #4297 from gilles-peskine-arm/ecp-add-fix-202104
Fix ECP arithmetic bug and read of zero-padded negative number
Diffstat (limited to 'visualc')
-rw-r--r--visualc/VS2010/mbedTLS.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/visualc/VS2010/mbedTLS.vcxproj b/visualc/VS2010/mbedTLS.vcxproj
index 506ac1aeb..cb819a8bd 100644
--- a/visualc/VS2010/mbedTLS.vcxproj
+++ b/visualc/VS2010/mbedTLS.vcxproj
@@ -250,6 +250,7 @@
<ClInclude Include="..\..\tests\include\test\drivers\test_driver.h" />
<ClInclude Include="..\..\library\check_crypto_config.h" />
<ClInclude Include="..\..\library\common.h" />
+ <ClInclude Include="..\..\library\ecp_invasive.h" />
<ClInclude Include="..\..\library\mps_common.h" />
<ClInclude Include="..\..\library\mps_error.h" />
<ClInclude Include="..\..\library\mps_reader.h" />