no-asm didn't exclude Camellia assembler.
This commit is contained in:
parent
a9dbe71ee0
commit
ac71d81e84
1 changed files with 3 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue