X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=util%2Ffipsdist.pl;h=b191fbe41e0b0d6abb85777c80ec0e2bb5790bc3;hp=07a09ce93f6b57bb50d2e7f14e626709f4667552;hb=b63698b70d27f23c6e60ec614cb7f4eb0b477cff;hpb=8ca28da0a798d2289b71b750dad191066600c166 diff --git a/util/fipsdist.pl b/util/fipsdist.pl index 07a09ce93f..b191fbe41e 100644 --- a/util/fipsdist.pl +++ b/util/fipsdist.pl @@ -66,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)$/) {