]> 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:12:49 +0000 (14:12 +0100)
commited0f79c7ae63f7f29c9bfce2e0f960f0803be350
tree47a88bd05c5b43217c453181555fddf57741f77c
parentf26feac7605c5c4f5626b857ab8308fc3c2fada9
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
crypto/sm4/build.info