a8dbdd6c28
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.
10 lines
289 B
Plaintext
10 lines
289 B
Plaintext
# vim:ft=automake
|
|
# included from Top Level Makefile.am
|
|
# All paths should be given relative to the root
|
|
|
|
EXTRA_DIST+= IDE/WIN/README.txt
|
|
EXTRA_DIST+= IDE/WIN/test.vcxproj
|
|
EXTRA_DIST+= IDE/WIN/wolfssl-fips.sln
|
|
EXTRA_DIST+= IDE/WIN/wolfssl-fips.vcxproj
|
|
EXTRA_DIST+= IDE/WIN/user_settings.h
|