[openssl/openssl] 667b45: Fix a few incorrect paths in some build.info files
Richard Levitte
noreply at github.com
Fri Feb 2 13:09:21 UTC 2024
Branch: refs/heads/openssl-3.2
Home: https://github.com/openssl/openssl
Commit: 667b45454a47959ce2934b74c899662e686993de
https://github.com/openssl/openssl/commit/667b45454a47959ce2934b74c899662e686993de
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)
More information about the openssl-commits
mailing list