summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/fipsdist.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/fipsdist.pl b/util/fipsdist.pl
index 07a09ce93..b191fbe41 100644
--- a/util/fipsdist.pl
+++ b/util/fipsdist.pl
@@ -66,6 +66,7 @@ while (<STDIN>)
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)$/)
{