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:
authorDr. Stephen Henson <steve@openssl.org>2011-05-08 02:56:56 +0400
committerDr. Stephen Henson <steve@openssl.org>2011-05-08 02:56:56 +0400
commit03bc500a9ffdf20898651be66887cbdfc1d3fff9 (patch)
treef6519bdab8ed2f9a7d5fbc9d9e43572cb7bbfcfd /Configure
parentbfe1d2f8959caa0ea4a626399f798ed8bc914260 (diff)
Remove gf2m modules from bn_asm if no-ec2m set.
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/Configure b/Configure
index d1cf7cb4ce..1b2e85f31f 100755
--- a/Configure
+++ b/Configure
@@ -1363,6 +1363,10 @@ if ($no_asm)
$cflags=~s/\-D[BL]_ENDIAN// if ($fips);
$thread_cflags=~s/\-D[BL]_ENDIAN// if ($fips);
}
+elsif (defined($disabled{ec2m}))
+ {
+ $bn_obj =~ s/\w+-gf2m.o//;
+ }
if (!$no_shared)
{