[openssl/openssl] cd870d: Use of sparse_array.c only in the shared libssl

Richard Levitte noreply at github.com
Tue Feb 14 15:05:57 UTC 2023


  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: cd870db16348d0d09cb05b7393cf9281509c7795
      https://github.com/openssl/openssl/commit/cd870db16348d0d09cb05b7393cf9281509c7795
  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)




More information about the openssl-commits mailing list