summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorsteve <steve>2011-09-15 21:06:36 +0000
committersteve <steve>2011-09-15 21:06:36 +0000
commit144b1251681d7ab0ebb93523becdd62bb2bbdb7d (patch)
tree427a56e75cc8cc3d3d1780fc1bce76c818b6a5b0 /util
parentdcda40b22258b2e1e677d39732bd6b59bc77e57d (diff)
downloadopenssl-144b1251681d7ab0ebb93523becdd62bb2bbdb7d.tar.gz
Don't use vpaes in fips builds and exclude from restricted tarball.
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)$/)
{