summaryrefslogtreecommitdiffstats
path: root/util/fipsdist.pl
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-05-07 22:22:37 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-05-07 22:22:37 +0000
commitdacdd5203d8353f893d394ef2a2e749b6391528f (patch)
tree1a39ab02e41c7cd6413581292f10e25e03ecceb5 /util/fipsdist.pl
parent56c5f703c1712449c6da9353c4d6e85f843f2a4a (diff)
Don't include GF2m source files is NOEC2M set.
Diffstat (limited to 'util/fipsdist.pl')
-rw-r--r--util/fipsdist.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/fipsdist.pl b/util/fipsdist.pl
index 162f5d5944..797413f34d 100644
--- a/util/fipsdist.pl
+++ b/util/fipsdist.pl
@@ -28,6 +28,8 @@ if (exists $ENV{NOEC2M})
delete $tarobjs{"bn_gf2m.c"};
delete $tarobjs{"ec2_mult.c"};
delete $tarobjs{"ec2_smpl.c"};
+ delete $tarobjs{"armv4-gf2m.pl"};
+ delete $tarobjs{"x86-gf2m.pl"};
}
my %keep =