mirror of https://github.com/openssl/openssl.git
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:
parent
6bd07949e5
commit
b07a0b1ac2
|
|
@ -1264,7 +1264,7 @@ providers/fips.module.sources.new: configdata.pm
|
||||||
crypto/*cap.c; do \
|
crypto/*cap.c; do \
|
||||||
echo "$$x"; \
|
echo "$$x"; \
|
||||||
done \
|
done \
|
||||||
) | sort | uniq > providers/fips.module.sources.new
|
) | grep -v sm2p256 | sort | uniq > providers/fips.module.sources.new
|
||||||
rm -rf sources-tmp
|
rm -rf sources-tmp
|
||||||
|
|
||||||
# Set to -force to force a rebuild
|
# Set to -force to force a rebuild
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue