fips.module.sources: Add missing cpuid and related .c sources for other architectures
authorTomas Mraz <tomas@openssl.org>
Fri, 12 May 2023 10:55:24 +0000 (12:55 +0200)
committerTomas Mraz <tomas@openssl.org>
Mon, 22 May 2023 13:14:31 +0000 (15:14 +0200)
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Todd Short <todd.short@me.com>
(Merged from https://github.com/openssl/openssl/pull/20949)

Configurations/unix-Makefile.tmpl

index b4b6d220d4a6d2eac3a7dda4e7af73edfc847c1f..f4e204b20e12c3bdf3b0321781fda9b64e26cb50 100644 (file)
@@ -1260,7 +1260,8 @@ providers/fips.module.sources.new: configdata.pm
                   crypto/ec/asm/*.pl \
                   crypto/modes/asm/*.pl \
                   crypto/sha/asm/*.pl \
-                  crypto/x86_64cpuid.pl; do \
+                  crypto/*cpuid.pl crypto/*cpuid.S \
+                  crypto/*cap.c; do \
            echo "$$x"; \
          done \
        ) | sort | uniq > providers/fips.module.sources.new