Fix missing Assembler defines
authorShane Lontis <shane.lontis@oracle.com>
Tue, 15 Oct 2019 02:35:41 +0000 (12:35 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Wed, 16 Oct 2019 06:10:39 +0000 (16:10 +1000)
commit64fd90fbe99dde18de3fc7c3a6b06793d87a4aad
tree8c1870ea8b90719689752e9fccd2f919bf67dc84
parentf97a8af2f3f3573f0759693117c9d33d2a63c27e
Fix missing Assembler defines

Implementations are now spread across several libraries, so the assembler
related defines need to be applied to all affected libraries and modules.

AES_ASM define was missing from libimplementations.a which disabled AESNI
aarch64 changes were made by xkqian.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10180)
crypto/aes/build.info
crypto/bn/build.info
crypto/build.info
crypto/ec/build.info
crypto/md5/build.info
crypto/modes/build.info
crypto/poly1305/build.info
crypto/ripemd/build.info
crypto/sha/build.info
crypto/whrlpool/build.info