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\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" />
|
||||
|
|
Loading…
Reference in New Issue