From dacdd5203d8353f893d394ef2a2e749b6391528f Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sat, 7 May 2011 22:22:37 +0000 Subject: Don't include GF2m source files is NOEC2M set. --- util/fipsdist.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util/fipsdist.pl') 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 = -- cgit v1.2.3