Browse Source

add hash.c to vcprojs

toddouska 9 years ago
parent
commit
fa9d6428fc
4 changed files with 11 additions and 1 deletions
  1. 1 0
      IDE/WIN/wolfssl-fips.vcxproj
  2. 4 0
      wolfssl-ntru.vcproj
  3. 4 0
      wolfssl.vcproj
  4. 2 1
      wolfssl.vcxproj

+ 1 - 0
IDE/WIN/wolfssl-fips.vcxproj

@@ -272,6 +272,7 @@
     <ClCompile Include="..\..\wolfcrypt\src\dsa.c" />
     <ClCompile Include="..\..\wolfcrypt\src\ecc.c" />
     <ClCompile Include="..\..\wolfcrypt\src\error.c" />
+    <ClCompile Include="..\..\wolfcrypt\src\hash.c" />
     <ClCompile Include="..\..\wolfcrypt\src\hc128.c" />
     <ClCompile Include="..\..\wolfcrypt\src\hmac.c" />
     <ClCompile Include="..\..\wolfcrypt\src\integer.c" />

+ 4 - 0
wolfssl-ntru.vcproj

@@ -202,6 +202,10 @@
 				RelativePath=".\wolfcrypt\src\error.c"
 				>
 			</File>
+			<File
+				RelativePath=".\wolfcrypt\src\hash.c"
+				>
+			</File>
 			<File
 				RelativePath=".\wolfcrypt\src\hc128.c"
 				>

+ 4 - 0
wolfssl.vcproj

@@ -199,6 +199,10 @@
 				RelativePath=".\wolfcrypt\src\error.c"
 				>
 			</File>
+			<File
+				RelativePath=".\wolfcrypt\src\hash.c"
+				>
+			</File>
 			<File
 				RelativePath=".\wolfcrypt\src\hc128.c"
 				>

+ 2 - 1
wolfssl.vcxproj

@@ -287,6 +287,7 @@
     <ClCompile Include="wolfcrypt\src\dsa.c" />
     <ClCompile Include="wolfcrypt\src\ecc.c" />
     <ClCompile Include="wolfcrypt\src\error.c" />
+    <ClCompile Include="wolfcrypt\src\hash.c" />
     <ClCompile Include="wolfcrypt\src\hc128.c" />
     <ClCompile Include="wolfcrypt\src\hmac.c" />
     <ClCompile Include="wolfcrypt\src\integer.c" />
@@ -329,4 +330,4 @@
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   <ImportGroup Label="ExtensionTargets">
   </ImportGroup>
-</Project>
+</Project>