Skip to content

Commit

Permalink
add rc2.c to Visual Studio projects
Browse files Browse the repository at this point in the history
  • Loading branch information
cconlon committed Nov 4, 2020
1 parent 00dd22a commit 83b0847
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions wolfssl-ntru.vcproj
Expand Up @@ -290,6 +290,10 @@
RelativePath=".\wolfcrypt\src\random.c"
>
</File>
<File
RelativePath=".\wolfcrypt\src\rc2.c"
>
</File>
<File
RelativePath=".\wolfcrypt\src\ripemd.c"
>
Expand Down
4 changes: 4 additions & 0 deletions wolfssl.vcproj
Expand Up @@ -319,6 +319,10 @@
RelativePath=".\wolfcrypt\src\random.c"
>
</File>
<File
RelativePath=".\wolfcrypt\src\rc2.c"
>
</File>
<File
RelativePath=".\wolfcrypt\src\ripemd.c"
>
Expand Down
3 changes: 2 additions & 1 deletion wolfssl.vcxproj
Expand Up @@ -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" />
Expand Down Expand Up @@ -369,4 +370,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>

0 comments on commit 83b0847

Please sign in to comment.