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

Richard Levitte noreply at github.com
Fri Feb 2 13:15:23 UTC 2024


  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: ed0f79c7ae63f7f29c9bfce2e0f960f0803be350
      https://github.com/openssl/openssl/commit/ed0f79c7ae63f7f29c9bfce2e0f960f0803be350
  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
    M crypto/sm4/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