add rc2.c to Visual Studio projects
This commit is contained in:
parent
00dd22adc4
commit
83b0847e66
@ -290,6 +290,10 @@
|
||||
RelativePath=".\wolfcrypt\src\random.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\wolfcrypt\src\rc2.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\wolfcrypt\src\ripemd.c"
|
||||
>
|
||||
|
@ -319,6 +319,10 @@
|
||||
RelativePath=".\wolfcrypt\src\random.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\wolfcrypt\src\rc2.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\wolfcrypt\src\ripemd.c"
|
||||
>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user