aboutsummaryrefslogtreecommitdiff
path: root/crypto/build.info
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2019-05-30 14:40:57 +0100
committerMatt Caswell <matt@openssl.org>2019-06-03 12:56:53 +0100
commit41525ed62802afd9f125bcf33e986d82bbacd635 (patch)
tree48da90a968a14aa0e8bb54ea3dd4866d02f5261a /crypto/build.info
parent66ad63e80198800ad94e4e4168a6b9b6a7c0fcd4 (diff)
downloadopenssl-41525ed62802afd9f125bcf33e986d82bbacd635.zip
openssl-41525ed62802afd9f125bcf33e986d82bbacd635.tar.gz
openssl-41525ed62802afd9f125bcf33e986d82bbacd635.tar.bz2
Ensure we get all the right defines for AES assembler in FIPS module
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)
Diffstat (limited to 'crypto/build.info')
-rw-r--r--crypto/build.info4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/build.info b/crypto/build.info
index 7798bcb..fb8f14e 100644
--- a/crypto/build.info
+++ b/crypto/build.info
@@ -26,9 +26,9 @@ SOURCE[../libcrypto]=\
# FIPS module
SOURCE[../providers/fips]=\
- cryptlib.c mem.c mem_clr.c params.c bsearch.c ex_data.c o_str.c \
+ cryptlib.c mem.c params.c bsearch.c ex_data.c o_str.c \
ctype.c threads_pthread.c threads_win.c threads_none.c context.c \
- sparse_array.c
+ sparse_array.c {- $target{cpuid_asm_src} -}
DEPEND[cversion.o]=buildinf.h