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:08:43 +0000 (14:08 +0100)
commit7a49488cb3a18a80a3ff06390aa418f6fb1b4230
treea36c5266dc5682bfb24098292748141265bfc8f3
parent3b62e031418369ba5f62b32f12f9ccf3bdd3a3c0
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