Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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;