[openssl/openssl] 7a4948: Fix a few incorrect paths in some build.info files
Richard Levitte
noreply at github.com
Fri Feb 2 13:11:22 UTC 2024
Branch: refs/heads/openssl-3.1
Home: https://github.com/openssl/openssl
Commit: 7a49488cb3a18a80a3ff06390aa418f6fb1b4230
https://github.com/openssl/openssl/commit/7a49488cb3a18a80a3ff06390aa418f6fb1b4230
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