From: Andy Polyakov Date: Thu, 17 Sep 2009 19:35:13 +0000 (+0000) Subject: cmll-x86_64.pl: small buglet in CBC subroutine. X-Git-Tag: OpenSSL-fips-2_0-rc1~1533 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=282feebab32a2757c85910af0a200320805083a2;p=openssl cmll-x86_64.pl: small buglet in CBC subroutine. PR: 2035 --- diff --git a/crypto/camellia/asm/cmll-x86_64.pl b/crypto/camellia/asm/cmll-x86_64.pl index d0d6ca30d7..76955e4726 100644 --- a/crypto/camellia/asm/cmll-x86_64.pl +++ b/crypto/camellia/asm/cmll-x86_64.pl @@ -656,7 +656,7 @@ Camellia_cbc_encrypt: mov %rsi,$out # out argument mov %r8,%rbx # ivp argument mov %rcx,$key # key argument - mov 272(%rcx),$keyend # grandRounds + mov 272(%rcx),${keyend}d # grandRounds mov %r8,$_ivp mov %rbp,$_rsp