mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-05 21:54:41 +02:00
add hash.c to vcprojs
This commit is contained in:
@@ -272,6 +272,7 @@
|
|||||||
<ClCompile Include="..\..\wolfcrypt\src\dsa.c" />
|
<ClCompile Include="..\..\wolfcrypt\src\dsa.c" />
|
||||||
<ClCompile Include="..\..\wolfcrypt\src\ecc.c" />
|
<ClCompile Include="..\..\wolfcrypt\src\ecc.c" />
|
||||||
<ClCompile Include="..\..\wolfcrypt\src\error.c" />
|
<ClCompile Include="..\..\wolfcrypt\src\error.c" />
|
||||||
|
<ClCompile Include="..\..\wolfcrypt\src\hash.c" />
|
||||||
<ClCompile Include="..\..\wolfcrypt\src\hc128.c" />
|
<ClCompile Include="..\..\wolfcrypt\src\hc128.c" />
|
||||||
<ClCompile Include="..\..\wolfcrypt\src\hmac.c" />
|
<ClCompile Include="..\..\wolfcrypt\src\hmac.c" />
|
||||||
<ClCompile Include="..\..\wolfcrypt\src\integer.c" />
|
<ClCompile Include="..\..\wolfcrypt\src\integer.c" />
|
||||||
|
@@ -202,6 +202,10 @@
|
|||||||
RelativePath=".\wolfcrypt\src\error.c"
|
RelativePath=".\wolfcrypt\src\error.c"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\wolfcrypt\src\hash.c"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\wolfcrypt\src\hc128.c"
|
RelativePath=".\wolfcrypt\src\hc128.c"
|
||||||
>
|
>
|
||||||
|
@@ -199,6 +199,10 @@
|
|||||||
RelativePath=".\wolfcrypt\src\error.c"
|
RelativePath=".\wolfcrypt\src\error.c"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\wolfcrypt\src\hash.c"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\wolfcrypt\src\hc128.c"
|
RelativePath=".\wolfcrypt\src\hc128.c"
|
||||||
>
|
>
|
||||||
|
@@ -287,6 +287,7 @@
|
|||||||
<ClCompile Include="wolfcrypt\src\dsa.c" />
|
<ClCompile Include="wolfcrypt\src\dsa.c" />
|
||||||
<ClCompile Include="wolfcrypt\src\ecc.c" />
|
<ClCompile Include="wolfcrypt\src\ecc.c" />
|
||||||
<ClCompile Include="wolfcrypt\src\error.c" />
|
<ClCompile Include="wolfcrypt\src\error.c" />
|
||||||
|
<ClCompile Include="wolfcrypt\src\hash.c" />
|
||||||
<ClCompile Include="wolfcrypt\src\hc128.c" />
|
<ClCompile Include="wolfcrypt\src\hc128.c" />
|
||||||
<ClCompile Include="wolfcrypt\src\hmac.c" />
|
<ClCompile Include="wolfcrypt\src\hmac.c" />
|
||||||
<ClCompile Include="wolfcrypt\src\integer.c" />
|
<ClCompile Include="wolfcrypt\src\integer.c" />
|
||||||
|
Reference in New Issue
Block a user