X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=util%2Ffipsdist.pl;h=b191fbe41e0b0d6abb85777c80ec0e2bb5790bc3;hp=8df07f67941ed26418d6f2d98e724efb826919d7;hb=10bf4fc2c3da332a54247da1f3c0dcb44944f7ff;hpb=419989d2ece73132f136d55a2384c5415a41c695 diff --git a/util/fipsdist.pl b/util/fipsdist.pl index 8df07f6794..b191fbe41e 100644 --- a/util/fipsdist.pl +++ b/util/fipsdist.pl @@ -20,7 +20,8 @@ foreach (@objlist) { $tarobjs{"$1.c"} = 1 if /([^\/]+).o$/}; $tarobjs{"ncbc_enc.c"} = 1; $tarobjs{"mem_clr.c"} = 1; $tarobjs{"ppccap.c"} = 1; -$tarobjs{"sparcv9.c"} = 1; +$tarobjs{"sparcv9cap.c"} = 1; +$tarobjs{"armcap.c"} = 1; foreach (split / /, $ENV{LINKDIRS} ) { $cdirs{$_} = 1 }; @@ -65,6 +66,7 @@ while () next if -d "crypto/$1" && !exists $cdirs{$1}; # Skip GF2m assembly language perl scripts next if $noec2m && /gf2m\.pl/; + next if /vpaes-\w*\.pl/; # Keep assembly language dir, Makefile or certain extensions if (!/\/asm\// && !/\/Makefile$/ && !/\.(in|pl|h|S)$/) {