Browse Source

add rc2.c to Visual Studio projects

Chris Conlon 3 years ago
parent
commit
83b0847e66
3 changed files with 10 additions and 1 deletions
  1. 4 0
      wolfssl-ntru.vcproj
  2. 4 0
      wolfssl.vcproj
  3. 2 1
      wolfssl.vcxproj

+ 4 - 0
wolfssl-ntru.vcproj

@@ -290,6 +290,10 @@
 				RelativePath=".\wolfcrypt\src\random.c"
 				>
 			</File>
+			<File
+				RelativePath=".\wolfcrypt\src\rc2.c"
+				>
+			</File>
 			<File
 				RelativePath=".\wolfcrypt\src\ripemd.c"
 				>

+ 4 - 0
wolfssl.vcproj

@@ -319,6 +319,10 @@
 				RelativePath=".\wolfcrypt\src\random.c"
 				>
 			</File>
+			<File
+				RelativePath=".\wolfcrypt\src\rc2.c"
+				>
+			</File>
 			<File
 				RelativePath=".\wolfcrypt\src\ripemd.c"
 				>

+ 2 - 1
wolfssl.vcxproj

@@ -321,6 +321,7 @@
     <ClCompile Include="wolfcrypt\src\pwdbased.c" />
     <ClCompile Include="wolfcrypt\src\rabbit.c" />
     <ClCompile Include="wolfcrypt\src\random.c" />
+    <ClCompile Include="wolfcrypt\src\rc2.c" />
     <ClCompile Include="wolfcrypt\src\ripemd.c" />
     <ClCompile Include="wolfcrypt\src\rsa.c" />
     <ClCompile Include="wolfcrypt\src\sha.c" />
@@ -369,4 +370,4 @@
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   <ImportGroup Label="ExtensionTargets">
   </ImportGroup>
-</Project>
+</Project>