summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2007-07-24 15:07:51 +0000
committerAndy Polyakov <appro@openssl.org>2007-07-24 15:07:51 +0000
commitda5c0127ac7584da5899fbf5523e1e761bc27b88 (patch)
tree8c8d453888661c6b119e25bff1b4804a21c4fd8c /Configure
parentce0e12d29a3dd73f391404f17ce1a47da8781612 (diff)
downloadopenssl-new-da5c0127ac7584da5899fbf5523e1e761bc27b88.tar.gz
Allow for bn_mul_mont assembler.
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/Configure b/Configure
index d5a046c4a9..de32ac08bc 100755
--- a/Configure
+++ b/Configure
@@ -1248,6 +1248,8 @@ $bn_obj = $bn_asm unless $bn_obj ne "";
$cflags.=" -DOPENSSL_BN_ASM_PART_WORDS" if ($bn_obj =~ /bn86/);
$cflags.=" -DOPENSSL_IA32_SSE2" if (!$no_sse2 && $bn_obj =~ /bn86/);
+$cflags.=" -DOPENSSL_BN_ASM_MONT" if ($bn_obj =~ /\-mont|mo86\-/);
+
if ($fips)
{
$openssl_other_defines.="#define OPENSSL_FIPS\n";