summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-08-23 23:35:30 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-08-23 23:35:30 +0000
commitedd4d402c665c815680ae7cfa9bfc8ee96f9dc32 (patch)
tree99f705c90ac3b93805a91efb1a502f64270f78d6 /Configure
parente6133727fb7cea2d67a28eada59db67ef1470f8a (diff)
Don't use some object files in FIPS build.
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure7
1 files changed, 7 insertions, 0 deletions
diff --git a/Configure b/Configure
index fc793b02ed..1c1b8ea227 100755
--- a/Configure
+++ b/Configure
@@ -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;