[openssl/openssl] 28b78f: Use $config{build_file} instead of $target{build_f...

Richard Levitte noreply at github.com
Wed Feb 1 07:32:37 UTC 2023


  Branch: refs/heads/openssl-3.0
  Home:   https://github.com/openssl/openssl
  Commit: 28b78f395605ef30ae929b16e0cc46fbd50d5531
      https://github.com/openssl/openssl/commit/28b78f395605ef30ae929b16e0cc46fbd50d5531
  Author: Richard Levitte <levitte at openssl.org>
  Date:   2023-02-01 (Wed, 01 Feb 2023)

  Changed paths:
    M Configure
    M INSTALL.md
    M configdata.pm.in

  Log Message:
  -----------
  Use $config{build_file} instead of $target{build_file}

If the user specifies an alternative build file than the default, this
alternative is recorded in $config{build_file}, not $target{build_file}.
Therefore, the former should be used, leaving the latter as a mere default.

This is a bug.  While fixing it, document it better too.

Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20173)

(cherry picked from commit aa2d7e0ee15d1b7015479c38f370a25ceec690fc)




More information about the openssl-commits mailing list