[openssl] master update

tomas at openssl.org tomas at openssl.org
Tue May 11 16:27:32 UTC 2021


The branch master has been updated
       via  c7978e506b2d1300accd9e696656f9cc94196e6d (commit)
      from  b8be229dab036b26de8830444bf2beb82e71f50e (commit)


- Log -----------------------------------------------------------------
commit c7978e506b2d1300accd9e696656f9cc94196e6d
Author: Xiaofei Bai <xiaofei.bai at arm.com>
Date:   Mon May 10 09:12:22 2021 +0000

    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 <levitte at openssl.org>
    Reviewed-by: Paul Dale <pauli at openssl.org>
    Reviewed-by: Tomas Mraz <tomas at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/15215)

-----------------------------------------------------------------------

Summary of changes:
 crypto/build.info | 1 +
 1 file changed, 1 insertion(+)

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 \


More information about the openssl-commits mailing list