mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +02:00
add rc2.c to Visual Studio projects
This commit is contained in:
@ -290,6 +290,10 @@
|
|||||||
RelativePath=".\wolfcrypt\src\random.c"
|
RelativePath=".\wolfcrypt\src\random.c"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\wolfcrypt\src\rc2.c"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\wolfcrypt\src\ripemd.c"
|
RelativePath=".\wolfcrypt\src\ripemd.c"
|
||||||
>
|
>
|
||||||
|
@ -319,6 +319,10 @@
|
|||||||
RelativePath=".\wolfcrypt\src\random.c"
|
RelativePath=".\wolfcrypt\src\random.c"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\wolfcrypt\src\rc2.c"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\wolfcrypt\src\ripemd.c"
|
RelativePath=".\wolfcrypt\src\ripemd.c"
|
||||||
>
|
>
|
||||||
|
@ -321,6 +321,7 @@
|
|||||||
<ClCompile Include="wolfcrypt\src\pwdbased.c" />
|
<ClCompile Include="wolfcrypt\src\pwdbased.c" />
|
||||||
<ClCompile Include="wolfcrypt\src\rabbit.c" />
|
<ClCompile Include="wolfcrypt\src\rabbit.c" />
|
||||||
<ClCompile Include="wolfcrypt\src\random.c" />
|
<ClCompile Include="wolfcrypt\src\random.c" />
|
||||||
|
<ClCompile Include="wolfcrypt\src\rc2.c" />
|
||||||
<ClCompile Include="wolfcrypt\src\ripemd.c" />
|
<ClCompile Include="wolfcrypt\src\ripemd.c" />
|
||||||
<ClCompile Include="wolfcrypt\src\rsa.c" />
|
<ClCompile Include="wolfcrypt\src\rsa.c" />
|
||||||
<ClCompile Include="wolfcrypt\src\sha.c" />
|
<ClCompile Include="wolfcrypt\src\sha.c" />
|
||||||
@ -369,4 +370,4 @@
|
|||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
<ImportGroup Label="ExtensionTargets">
|
<ImportGroup Label="ExtensionTargets">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
Reference in New Issue
Block a user