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

Richard Levitte noreply at github.com
Tue Feb 14 15:06:22 UTC 2023


  Branch: refs/heads/openssl-3.1
  Home:   https://github.com/openssl/openssl
  Commit: 67315e59a1d819b28ca9b37066f2b8799b397a5f
      https://github.com/openssl/openssl/commit/67315e59a1d819b28ca9b37066f2b8799b397a5f
  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