]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix a few incorrect paths in some build.info files
authorRichard Levitte <levitte@openssl.org>
Thu, 1 Feb 2024 09:57:51 +0000 (10:57 +0100)
committerRichard Levitte <levitte@openssl.org>
Fri, 2 Feb 2024 13:11:27 +0000 (14:11 +0100)
commit7b3eda56d7891aceef91867de64f24b20e3db212
tree62023252622f46de03ac4fa38bbeedb0bcdf0988
parent87564fe437da6ca8239b6c7c036eed28d0c9f0a8
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@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from https://github.com/openssl/openssl/pull/23452)

(cherry picked from commit 667b45454a47959ce2934b74c899662e686993de)
crypto/aes/build.info
crypto/ec/build.info
crypto/sha/build.info