]> git.ipfire.org Git - thirdparty/openssl.git/commit
Rearrange the check of providers/fips.so dependencies
authorRichard Levitte <levitte@openssl.org>
Fri, 28 May 2021 05:54:04 +0000 (07:54 +0200)
committerRichard Levitte <levitte@openssl.org>
Sat, 29 May 2021 09:03:53 +0000 (11:03 +0200)
commit57bd5fc728a9015ea1ed46487c19495042df2e48
treee5af3ccb76e93bc35fb7f3be6fac36ebe1042b31
parent32eebfa27f12581d0b03fe18e9222eba1447a896
Rearrange the check of providers/fips.so dependencies

The mechanism had special cases to guess when something was generated
from a .in file.  It's better, though, to use the knowledge in
configdata.pm, especially when the generated file is in a different
location than its source.

Cleanups are added, and we change the use of sed to a use of perl
when cleaning up paths with 'something/../' in them, since perl has
more powerful tools for this sort of thing.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15514)
Configurations/unix-Makefile.tmpl