From f6a6f7b6aa84dab44384780cb77050d15c5f575e Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Wed, 25 Jan 2023 16:32:02 +0100 Subject: Avoid duplicating symbols in legacy.a with some build options If no-module or no-shared is used, the symbols from libcrypto should not be duplicated in legacy.a Also the BIGNUM functions are currently not needed in legacy.a at all. Fixes #20124 Reviewed-by: Matt Caswell Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/20137) --- crypto/bn/build.info | 5 ----- 1 file changed, 5 deletions(-) (limited to 'crypto/bn') diff --git a/crypto/bn/build.info b/crypto/bn/build.info index 987a70ae26..cbf80ce6ca 100644 --- a/crypto/bn/build.info +++ b/crypto/bn/build.info @@ -116,11 +116,6 @@ IF[{- !$disabled{'deprecated-3.0'} -}] ENDIF SOURCE[../../providers/libfips.a]=$COMMON $BNASM DEFINE[../../providers/libfips.a]=$BNDEF -# Because some CPUID implementations use some BN assembler (!!!), we -# must include assembler code into the legacy provider under the same -# conditions as CPUID code is included. See ../build.info -SOURCE[../../providers/liblegacy.a]=$BNASM -DEFINE[../../providers/liblegacy.a]=$BNDEF # Implementations are now spread across several libraries, so the defines # need to be applied to all affected libraries and modules. DEFINE[../../providers/libcommon.a]=$BNDEF -- cgit v1.2.1