Closed namazso closed 2 years ago
Hi @namazso,
Thank you for the report. I am able to reproduce these fe_448 math warnings with Visual Studio. We will work on adding explicit casting for these. The VS compiler is very strict on the casting. I am not concerned with these warnings causing any runtime issues.
Thanks, David Garske, wolfSSL
I'm not concerned about the warnings either, a bit more about the linking errors as I don't get an usable output.
Hi @namazso
The project is missing the file: fe_low_mem.c
Please add this file and let us know if you link.
I can confirm it works after adding that file to the wolfssl project
The file fe_low_mem.c has been added to wolfssl.vcxproj in the wolfSSL 5.1.1 release.
repro:
clone master, then in visual studio 2019 x64 powershell:
output: