From: Tomas Mraz Date: Tue, 26 Sep 2023 12:56:02 +0000 (+0200) Subject: Avoid having ecp_sm2p256-armv8.pl in fips.module.sources X-Git-Tag: openssl-3.2.0-beta1~161 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b07a0b1ac272c4a75c5115e10f274e2d7a477658;p=thirdparty%2Fopenssl.git Avoid having ecp_sm2p256-armv8.pl in fips.module.sources Reviewed-by: Paul Dale Reviewed-by: Tom Cosgrove (Merged from https://github.com/openssl/openssl/pull/22194) --- diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl index 881310cf089..6bdbf31d080 100644 --- a/Configurations/unix-Makefile.tmpl +++ b/Configurations/unix-Makefile.tmpl @@ -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