Browse Source

updated existing projects to include wc_encrypt.c

kaleb-himes 8 years ago
parent
commit
b15e5b1747
2 changed files with 5 additions and 0 deletions
  1. 4 0
      wolfssl.vcproj
  2. 1 0
      wolfssl.vcxproj

+ 4 - 0
wolfssl.vcproj

@@ -291,6 +291,10 @@
 				RelativePath=".\src\tls.c"
 				>
 			</File>
+			<File
+				RelativePath="wolfcrypt\src\wc_encrypt.c"
+				>
+			</File>
 		</Filter>
 		<Filter
 			Name="Header Files"

+ 1 - 0
wolfssl.vcxproj

@@ -308,6 +308,7 @@
     <ClCompile Include="wolfcrypt\src\sha.c" />
     <ClCompile Include="wolfcrypt\src\sha256.c" />
     <ClCompile Include="wolfcrypt\src\sha512.c" />
+	<ClCompile Include="wolfcrypt\src\wc_encrypt.c" />
     <ClCompile Include="src\ssl.c" />
     <ClCompile Include="src\tls.c" />
   </ItemGroup>