From 64fd90fbe99dde18de3fc7c3a6b06793d87a4aad Mon Sep 17 00:00:00 2001 From: Shane Lontis Date: Tue, 15 Oct 2019 12:35:41 +1000 Subject: 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 (Merged from https://github.com/openssl/openssl/pull/10180) --- crypto/md5/build.info | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'crypto/md5') diff --git a/crypto/md5/build.info b/crypto/md5/build.info index 081e0b0..d4494b2 100644 --- a/crypto/md5/build.info +++ b/crypto/md5/build.info @@ -15,7 +15,11 @@ IF[{- !$disabled{asm} -}] ENDIF SOURCE[../../libcrypto]=md5_dgst.c md5_one.c md5_sha1.c $MD5ASM + +# Implementations are now spread across several libraries, so the defines +# need to be applied to all affected libraries and modules. DEFINE[../../libcrypto]=$MD5DEF +DEFINE[../../providers/libimplementations.a]=$MD5DEF GENERATE[md5-586.s]=asm/md5-586.pl -- cgit v1.1