From c7978e506b2d1300accd9e696656f9cc94196e6d Mon Sep 17 00:00:00 2001 From: Xiaofei Bai Date: Mon, 10 May 2021 09:12:22 +0000 Subject: Fix missing $CPUIDDEF in libdefault.a This fixes a build error caused by missing $CPUIDDEF when compiling libdefault.a, and some functions(like armv8_aes_gcm_encrypt) become undefined. Reviewed-by: Richard Levitte Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/15215) --- crypto/build.info | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto/build.info') diff --git a/crypto/build.info b/crypto/build.info index ed4581eef5..9d8eda2884 100644 --- a/crypto/build.info +++ b/crypto/build.info @@ -81,6 +81,7 @@ ENDIF # Implementations are now spread across several libraries, so the CPUID define # need to be applied to all affected libraries and modules. DEFINE[../providers/libcommon.a]=$CPUIDDEF +DEFINE[../providers/libdefault.a]=$CPUIDDEF # The Core $CORE_COMMON=provider_core.c provider_predefined.c \ -- cgit v1.2.3