diff options
author | Matt Caswell <matt@openssl.org> | 2019-05-30 15:40:57 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2019-06-03 13:56:53 +0200 |
commit | 41525ed62802afd9f125bcf33e986d82bbacd635 (patch) | |
tree | 48da90a968a14aa0e8bb54ea3dd4866d02f5261a /providers/common | |
parent | Make basic AES ciphers available from within the FIPS providers (diff) | |
download | openssl-41525ed62802afd9f125bcf33e986d82bbacd635.tar.xz openssl-41525ed62802afd9f125bcf33e986d82bbacd635.zip |
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 'providers/common')
-rw-r--r-- | providers/common/ciphers/build.info | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/providers/common/ciphers/build.info b/providers/common/ciphers/build.info index b8c3172032..fd49ccb994 100644 --- a/providers/common/ciphers/build.info +++ b/providers/common/ciphers/build.info @@ -5,3 +5,4 @@ INCLUDE[../../../libcrypto]=. ../../../crypto SOURCE[../../fips]=\ block.c aes.c aes_basic.c +INCLUDE[../../fips]=. ../../../crypto |