projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cf6fa4
)
Configure update from 098.
author
Andy Polyakov
<appro@openssl.org>
Tue, 24 Jul 2007 14:41:20 +0000
(14:41 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Tue, 24 Jul 2007 14:41:20 +0000
(14:41 +0000)
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index 984518570bf5ccefba67c2c3f03e1e4949ce3a02..295a3c38fc333fff8e9cd4d87a84a48ec2f116dc 100755
(executable)
--- 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 =~ /s
x86
/)
+ if ($sha1_obj =~ /s
se2
/)
{ if ($no_sse2)
{ $sha1_obj =~ s/\S*sse2\S+//; }
elsif ($cflags !~ /OPENSSL_IA32_SSE2/)