Use of sparse_array.c only in the shared libssl
authorRichard Levitte <levitte@openssl.org>
Wed, 8 Feb 2023 07:23:41 +0000 (08:23 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 14 Feb 2023 15:01:19 +0000 (16:01 +0100)
commitcd870db16348d0d09cb05b7393cf9281509c7795
treec52e809d76753ee2686401e6ecee237fa140e899
parent6b58f498b3f5d8e4c9197c3c5228fb450e33aaaf
Use of sparse_array.c only in the shared libssl

Conditioning it on $disabled{shared} isn't right, it will still end up
in the static variant of the library.  It's better to use SHARED_SOURCE
for these sorts of things.

Fixes #20238

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Ben Kaduk <kaduk@mit.edu>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20240)
crypto/build.info