Avoid having ecp_sm2p256-armv8.pl in fips.module.sources
authorTomas Mraz <tomas@openssl.org>
Tue, 26 Sep 2023 12:56:02 +0000 (14:56 +0200)
committerTomas Mraz <tomas@openssl.org>
Mon, 2 Oct 2023 10:37:17 +0000 (12:37 +0200)
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from https://github.com/openssl/openssl/pull/22194)

Configurations/unix-Makefile.tmpl

index 881310cf0897615a9a4724c0984511d966ffa508..6bdbf31d08025f5b9b94831fdf63c4f9a8e6ed62 100644 (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