Skip to content

Commit

Permalink
Add missing modules in windows build
Browse files Browse the repository at this point in the history
Fix some of the unresolved functions when we are building the client application.
  • Loading branch information
kp-thomas-yau committed Nov 25, 2024
1 parent bebf389 commit fd4f927
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions windows/wolfssl.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,7 @@
<ClCompile Include="wolfcrypt\src\wc_port.c" />
<ClCompile Include="wolfcrypt\src\wolfmath.c" />
<ClCompile Include="wolfcrypt\src\wolfevent.c" />
<ClCompile Include="wolfcrypt\src\port\liboqs\liboqs.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="resource.h" />
Expand Down

0 comments on commit fd4f927

Please sign in to comment.