[openssl/openssl] 6043c1: Use of sparse_array.c only in the shared libssl
Richard Levitte
noreply at github.com
Tue Feb 14 15:07:23 UTC 2023
Branch: refs/heads/openssl-3.0
Home: https://github.com/openssl/openssl
Commit: 6043c183ff7c7ffbb223bbecd1aaed8275ed5f7e
https://github.com/openssl/openssl/commit/6043c183ff7c7ffbb223bbecd1aaed8275ed5f7e
Author: Richard Levitte <levitte at openssl.org>
Date: 2023-02-14 (Tue, 14 Feb 2023)
Changed paths:
M crypto/build.info
Log Message:
-----------
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 at openssl.org>
Reviewed-by: Ben Kaduk <kaduk at mit.edu>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20240)
(cherry picked from commit cd870db16348d0d09cb05b7393cf9281509c7795)
More information about the openssl-commits
mailing list