summaryrefslogtreecommitdiffstats
path: root/util/fipsdist.pl
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-04-10 18:30:13 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-04-10 18:30:13 +0000
commit4582626544dd7a20099c3d0a33b13717dab2a24f (patch)
treec6a8cb5641ba79d0738abe4e8d587448ada42188 /util/fipsdist.pl
parentccc5784e37ef124a8404db578da67842ece0b47b (diff)
Auto detect no-ec2m add option to make no-ec2m tarball.
Diffstat (limited to 'util/fipsdist.pl')
-rw-r--r--util/fipsdist.pl7
1 files changed, 7 insertions, 0 deletions
diff --git a/util/fipsdist.pl b/util/fipsdist.pl
index 621f90493e..f660c20412 100644
--- a/util/fipsdist.pl
+++ b/util/fipsdist.pl
@@ -21,6 +21,13 @@ foreach (split / /, $ENV{LINKDIRS} ) { $cdirs{$_} = 1 };
$cdirs{perlasm} = 1;
+if (exists $ENV{NOEC2M})
+ {
+ delete $tarobjs{"bn_gf2m.c"};
+ delete $tarobjs{"ec2_mult.c"};
+ delete $tarobjs{"ec2_smpl.c"};
+ }
+
my %keep =
(
"Makefile.fips" => 1,