Skip to content

Commit

Permalink
no-asm didn't exclude Camellia assembler.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Polyakov committed Dec 16, 2008
1 parent a9dbe71 commit ac71d81
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Configure
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ac71d81

Please sign in to comment.