Avoid having ecp_sm2p256-armv8.pl in fips.module.sources

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from https://github.com/openssl/openssl/pull/22194)
This commit is contained in:
Tomas Mraz 2023-09-26 14:56:02 +02:00
parent 6bd07949e5
commit b07a0b1ac2

View File

@ -1264,7 +1264,7 @@ providers/fips.module.sources.new: configdata.pm
crypto/*cap.c; do \
echo "$$x"; \
done \
) | sort | uniq > providers/fips.module.sources.new
) | grep -v sm2p256 | sort | uniq > providers/fips.module.sources.new
rm -rf sources-tmp
# Set to -force to force a rebuild