add hash.c to vcprojs

pull/79/head
toddouska 2015-06-18 10:14:55 -07:00
parent 9e7cb81d5a
commit fa9d6428fc
4 changed files with 11 additions and 1 deletions

View File

@ -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" />

View File

@ -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"
> >

View File

@ -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"
> >

View File

@ -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" />