X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=util%2Ffipsdist.pl;h=f660c20412ada9168d5a4b4c0649390b20733f6f;hp=621f90493ea59fa26303f3a152b1b0701560a720;hb=4582626544dd7a20099c3d0a33b13717dab2a24f;hpb=c105c96bac736c7d4f1193b16e0fabb16544899e 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,