no-asm didn't exclude Camellia assembler.
authorAndy Polyakov <appro@openssl.org>
Tue, 16 Dec 2008 07:26:53 +0000 (07:26 +0000)
committerAndy Polyakov <appro@openssl.org>
Tue, 16 Dec 2008 07:26:53 +0000 (07:26 +0000)
Configure

index d12a3051e77ad5f732bfcff2c5245cfb8599c45c..6ca7f4350951ad6bdb1b994177c1c25e23309104 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -1185,8 +1185,9 @@ $lflags="$libs$lflags" if ($libs ne "");
 
 if ($no_asm)
        {
 
 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)
        }
 
 if (!$no_shared)