mirror of https://github.com/wolfSSL/wolfssl.git
add hash.c to vcprojs
parent
9e7cb81d5a
commit
fa9d6428fc
|
@ -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" />
|
||||||
|
@ -329,4 +330,4 @@
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
<ImportGroup Label="ExtensionTargets">
|
<ImportGroup Label="ExtensionTargets">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
Loading…
Reference in New Issue