summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-09-15 21:06:37 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-09-15 21:06:37 +0000
commitb63698b70d27f23c6e60ec614cb7f4eb0b477cff (patch)
tree02a3388a646d32a704bb960ea4b720c81f0cc1c3 /util
parent8ca28da0a798d2289b71b750dad191066600c166 (diff)
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 07a09ce93f..b191fbe41e 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)$/)
{