Skip to content

Commit

Permalink
fips.module.sources: Add missing cpuid and related .c sources for oth…
Browse files Browse the repository at this point in the history
…er architectures

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Todd Short <todd.short@me.com>
(Merged from #20949)

(cherry picked from commit c509c04)
  • Loading branch information
t8m committed May 22, 2023
1 parent 3dc175c commit 51e1a6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Configurations/unix-Makefile.tmpl
Expand Up @@ -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
Expand Down

0 comments on commit 51e1a6e

Please sign in to comment.