add hash.c to vcprojs
This commit is contained in:
parent
9e7cb81d5a
commit
fa9d6428fc
@ -272,6 +272,7 @@
|
||||
<ClCompile Include="..\..\wolfcrypt\src\dsa.c" />
|
||||
<ClCompile Include="..\..\wolfcrypt\src\ecc.c" />
|
||||
<ClCompile Include="..\..\wolfcrypt\src\error.c" />
|
||||
<ClCompile Include="..\..\wolfcrypt\src\hash.c" />
|
||||
<ClCompile Include="..\..\wolfcrypt\src\hc128.c" />
|
||||
<ClCompile Include="..\..\wolfcrypt\src\hmac.c" />
|
||||
<ClCompile Include="..\..\wolfcrypt\src\integer.c" />
|
||||
|
@ -202,6 +202,10 @@
|
||||
RelativePath=".\wolfcrypt\src\error.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\wolfcrypt\src\hash.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\wolfcrypt\src\hc128.c"
|
||||
>
|
||||
|
@ -199,6 +199,10 @@
|
||||
RelativePath=".\wolfcrypt\src\error.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\wolfcrypt\src\hash.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\wolfcrypt\src\hc128.c"
|
||||
>
|
||||
|
@ -287,6 +287,7 @@
|
||||
<ClCompile Include="wolfcrypt\src\dsa.c" />
|
||||
<ClCompile Include="wolfcrypt\src\ecc.c" />
|
||||
<ClCompile Include="wolfcrypt\src\error.c" />
|
||||
<ClCompile Include="wolfcrypt\src\hash.c" />
|
||||
<ClCompile Include="wolfcrypt\src\hc128.c" />
|
||||
<ClCompile Include="wolfcrypt\src\hmac.c" />
|
||||
<ClCompile Include="wolfcrypt\src\integer.c" />
|
||||
@ -329,4 +330,4 @@
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
Loading…
x
Reference in New Issue
Block a user