]> 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:06:09 +0000 (14:06 +0100)
commit667b45454a47959ce2934b74c899662e686993de
tree248b98274625d6fff0eada5c6761d6739566ce6b
parent43b997196384475df7d95f16b53b20ec4ce9d985
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)
crypto/aes/build.info
crypto/ec/build.info
crypto/sha/build.info
crypto/sm4/build.info