[openssl/openssl] 7b3eda: Fix a few incorrect paths in some build.info files

Richard Levitte noreply at github.com
Fri Feb 2 13:14:25 UTC 2024


  Branch: refs/heads/openssl-3.0
  Home:   https://github.com/openssl/openssl
  Commit: 7b3eda56d7891aceef91867de64f24b20e3db212
      https://github.com/openssl/openssl/commit/7b3eda56d7891aceef91867de64f24b20e3db212
  Author: Richard Levitte <levitte at openssl.org>
  Date:   2024-02-02 (Fri, 02 Feb 2024)

  Changed paths:
    M crypto/aes/build.info
    M crypto/ec/build.info
    M crypto/sha/build.info

  Log Message:
  -----------
  Fix a few incorrect paths in some build.info files

The following files referred to ../liblegacy.a when they should have
referred to ../../liblegacy.a.  This cause the creation of a mysterious
directory 'crypto/providers', and because of an increased strictness
with regards to where directories are created, configuration failure
on some platforms.

Fixes #23436

Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove at arm.com>
(Merged from https://github.com/openssl/openssl/pull/23452)

(cherry picked from commit 667b45454a47959ce2934b74c899662e686993de)




More information about the openssl-commits mailing list