summaryrefslogtreecommitdiffstats
path: root/crypto
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:31 +0200
commita959bf8d9e37ee6ef79504d706bb5e481d0c1386 (patch)
tree0449322792b4ec288c8905aa04115105175abcac /crypto
parent00144f6756a28af34be8ba0d8ca3b8a09c35a056 (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)
Diffstat (limited to 'crypto')
-rw-r--r--crypto/build.info2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/build.info b/crypto/build.info
index b67658c3ce..aafa2197a1 100644
--- a/crypto/build.info
+++ b/crypto/build.info
@@ -101,8 +101,6 @@ $UTIL_COMMON=\
context.c sparse_array.c asn1_dsa.c packet.c param_build.c \
param_build_set.c der_writer.c threads_lib.c params_dup.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 \