mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-26 23:42:22 +01:00
1. Windows IDE project, clean up the preprocessor flags. 2. Add command line define to the MASM steps to set HAVE_FIPS and HAVE_FIPS_VERSION=2. 3. Disable the whole program optimization for the non-DLL builds for the file fips.c. 4. Tweaked the aes_asm.asm's code segment line to be dependant on the FIPS setting. Only place it specially for FIPSv2. 5. Reverted the Windows IDE project and copied the new setting to a WIN10 directory.