summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHuiyue Xu <xuhuiyue@huawei.com>2023-09-14 16:21:35 +0800
committerTomas Mraz <tomas@openssl.org>2023-09-22 20:42:48 +0200
commit34d36cdcbdde2e402446994e8384404ca98bfb3f (patch)
tree62cbcdbc8c8de2cc4aabbf033bd01d87576df732
parent523c5a06c590b7f2950043a6b8308c3f3e49cb51 (diff)
Do not include sparse_array.o in libssl
sparse_array.o is not needed in libssl at 3.0.x version. Signed-off-by: Huiyue Xu <xuhuiyue@huawei.com> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22111) (cherry picked from commit a31cd07af1ca34cdbbd2b077a933208d447ed0b2)
-rw-r--r--crypto/build.info2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/build.info b/crypto/build.info
index ef568070c1..2d5b22fcff 100644
--- a/crypto/build.info
+++ b/crypto/build.info
@@ -102,8 +102,6 @@ $UTIL_COMMON=\
param_build_set.c der_writer.c threads_lib.c params_dup.c \
time.c params_idx.c
-SHARED_SOURCE[../libssl]=sparse_array.c
-
SOURCE[../libcrypto]=$UTIL_COMMON \
mem.c mem_sec.c \
cversion.c info.c cpt_err.c ebcdic.c uid.c o_time.c o_dir.c \