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:
a9dbe71
)
no-asm didn't exclude Camellia assembler.
author
Andy Polyakov
<appro@openssl.org>
Tue, 16 Dec 2008 07:26:53 +0000
(07:26 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Tue, 16 Dec 2008 07:26:53 +0000
(07:26 +0000)
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index d12a3051e77ad5f732bfcff2c5245cfb8599c45c..6ca7f4350951ad6bdb1b994177c1c25e23309104 100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-1185,8
+1185,9
@@
$lflags="$libs$lflags" if ($libs ne "");
if ($no_asm)
{
- $cpuid_obj=$bn_obj=$des_obj=$aes_obj=$bf_obj=$cast_obj=$rc4_obj=$rc5_obj=$wp_obj="";
- $sha1_obj=$md5_obj=$rmd160_obj="";
+ $cpuid_obj=$bn_obj=
+ $des_obj=$aes_obj=$bf_obj=$cast_obj=$rc4_obj=$rc5_obj=$cmll_obj=
+ $sha1_obj=$md5_obj=$rmd160_obj=$wp_obj="";
}
if (!$no_shared)