Commit edd4d402 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Don't use some object files in FIPS build.

parent e6133727
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -1630,6 +1630,13 @@ unlink("$Makefile.new") || die "unable to remove old $Makefile.new:$!\n" if -e "
open(OUT,">$Makefile.new") || die "unable to create $Makefile.new:$!\n";
print OUT "### Generated automatically from $mforg by Configure.\n\n";
my $sdirs=0;

if ($fipscanisteronly)
	{
	$aes_obj =~ s/aesni-sha1-x86_64.o//;
	$bn_obj =~ s/modexp512-x86_64.o//;
	}

while (<IN>)
	{
	chomp;