Compute the FIPS checksums in $(BLDDIR) and remove it from update target
authorTomas Mraz <tomas@openssl.org>
Tue, 11 May 2021 14:07:35 +0000 (16:07 +0200)
committerTomas Mraz <tomas@openssl.org>
Thu, 13 May 2021 08:23:42 +0000 (10:23 +0200)
commitf3b1e3488cc194b0145b61dbe65b7b0b49a1abc4
tree319c236a5732847449a7efe157f2a0a9d11758a2
parent66ddc0759a435672f1c48b856a0968e7f6e35a82
Compute the FIPS checksums in $(BLDDIR) and remove it from update target

Add also update-fips-checksums to update the checksums in the
$(SRCDIR) if the $(SRCDIR) and $(BLDDIR) is different.

The fips-checksums and generate_fips_sources targets are always
produced (regardless of enable-fips) as nothing else depends on them
and they are developer targets.

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15229)
Configurations/unix-Makefile.tmpl