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:
24a69a8
)
Last change inadvertently disabled x86[_64] assembler in Windows build.
author
Andy Polyakov
<appro@openssl.org>
Mon, 27 Aug 2007 20:02:23 +0000
(20:02 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Mon, 27 Aug 2007 20:02:23 +0000
(20:02 +0000)
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index 65429963346d52f4d2dbdad46370ecb4597fa69f..6717105ecb449b65519c4c0696a0189b4604cb4a 100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-936,7
+936,9
@@
my $arflags = $fields[$idx_arflags];
if ($fips)
{
delete $disabled{"shared"} if ($disabled{"shared"} eq "default");
- $disabled{"asm"}="forced" if ("$cpuid_obj:$bn_obj:$aes_obj:$des_obj:$sha1_obj" eq "::::");
+ $disabled{"asm"}="forced"
+ if ($target !~ "VC\-.*" &&
+ "$cpuid_obj:$bn_obj:$aes_obj:$des_obj:$sha1_obj" eq "::::");
}