summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2007-07-24 14:41:20 +0000
committerAndy Polyakov <appro@openssl.org>2007-07-24 14:41:20 +0000
commit69216cc5a542c52dbf5ea014985affe40da2d59b (patch)
treea6ad603cb10781cf7951806196d85e739332df49 /Configure
parent2cf6fa4c8bd6ae2de939eb7392f9f00473936ecf (diff)
Configure update from 098.
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index 984518570b..295a3c38fc 100755
--- a/Configure
+++ b/Configure
@@ -1221,7 +1221,7 @@ if ($sha1_obj =~ /\.o$/)
$cflags.=" -DSHA1_ASM" if ($sha1_obj =~ /sx86/ || $sha1_obj =~ /sha1/);
$cflags.=" -DSHA256_ASM" if ($sha1_obj =~ /sha256/);
$cflags.=" -DSHA512_ASM" if ($sha1_obj =~ /sha512/);
- if ($sha1_obj =~ /sx86/)
+ if ($sha1_obj =~ /sse2/)
{ if ($no_sse2)
{ $sha1_obj =~ s/\S*sse2\S+//; }
elsif ($cflags !~ /OPENSSL_IA32_SSE2/)