Merge pull request #5713 from kaleb-himes/fix-fipsv2-win10

This commit is contained in:
Hayden Roche
2022-10-18 13:02:59 -07:00
committed by GitHub

View File

@@ -258,6 +258,7 @@
<ClCompile Include="..\..\wolfcrypt\src\hash.c" /> <ClCompile Include="..\..\wolfcrypt\src\hash.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" />
<ClCompile Include="..\..\wolfcrypt\src\tfm.c" />
<ClCompile Include="..\..\src\internal.c" /> <ClCompile Include="..\..\src\internal.c" />
<ClCompile Include="..\..\src\wolfio.c" /> <ClCompile Include="..\..\src\wolfio.c" />
<ClCompile Include="..\..\wolfcrypt\src\kdf.c" /> <ClCompile Include="..\..\wolfcrypt\src\kdf.c" />