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

pull/5522/head
Tim Weller 2022-08-22 08:40:45 -07:00
parent 0dbd0ffb4e
commit f98d8c5024
1 changed files with 3 additions and 0 deletions

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