mirror of
https://github.com/openssl/openssl.git
synced 2025-01-06 13:26:43 +08:00
41525ed628
There are various C macro definitions that are passed via the compiler to enable AES assembler optimisation. We need to make sure that these defines are also passed during compilation of the FIPS module. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9038)
9 lines
227 B
Plaintext
9 lines
227 B
Plaintext
LIBS=../../../libcrypto
|
|
SOURCE[../../../libcrypto]=\
|
|
block.c aes.c aes_basic.c
|
|
INCLUDE[../../../libcrypto]=. ../../../crypto
|
|
|
|
SOURCE[../../fips]=\
|
|
block.c aes.c aes_basic.c
|
|
INCLUDE[../../fips]=. ../../../crypto
|