Update Windows 10 Visual Studio FIPS build file to include single-precision (sp) files to resolve missing symbols during link

This commit is contained in:
Tim Weller
2022-08-22 08:40:45 -07:00
parent 0dbd0ffb4e
commit f98d8c5024

View File

@ -267,6 +267,9 @@
<ClCompile Include="..\..\wolfcrypt\src\memory.c" />
<ClCompile Include="..\..\src\ocsp.c" />
<ClCompile Include="..\..\wolfcrypt\src\sha3.c" />
<ClCompile Include="..\..\wolfcrypt\src\sp_c32.c" />
<ClCompile Include="..\..\wolfcrypt\src\sp_c64.c" />
<ClCompile Include="..\..\wolfcrypt\src\sp_int.c" />
<ClCompile Include="..\..\wolfcrypt\src\wc_port.c" />
<ClCompile Include="..\..\wolfcrypt\src\pwdbased.c" />
<ClCompile Include="..\..\wolfcrypt\src\random.c" />