From: Tomas Mraz Date: Fri, 12 May 2023 10:55:24 +0000 (+0200) Subject: fips.module.sources: Add missing cpuid and related .c sources for other architectures X-Git-Tag: openssl-3.2.0-alpha1~796 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c509c040223aebd2a681fb64b60177c3c21f76d1;p=thirdparty%2Fopenssl.git fips.module.sources: Add missing cpuid and related .c sources for other architectures Reviewed-by: Paul Dale Reviewed-by: Dmitry Belyavskiy Reviewed-by: Todd Short (Merged from https://github.com/openssl/openssl/pull/20949) --- diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl index b4b6d220d4a..f4e204b20e1 100644 --- a/Configurations/unix-Makefile.tmpl +++ b/Configurations/unix-Makefile.tmpl @@ -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