]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
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:15:33 +0000 (15:15 +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)

(cherry picked from commit c509c040223aebd2a681fb64b60177c3c21f76d1)

Configurations/unix-Makefile.tmpl

index ebf20965b7a9ffd46b2e5c8fd8d4b76f19ad34a2..17e194f1ef754a3f507eb5013da50dbb8739eb28 100644 (file)
@@ -1227,7 +1227,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