aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/camellia
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2009-09-17 19:35:13 +0000
committerAndy Polyakov <appro@openssl.org>2009-09-17 19:35:13 +0000
commit282feebab32a2757c85910af0a200320805083a2 (patch)
tree28411dc4587663678d1a93a589e252e3aa131c16 /crypto/camellia
parente9f613aceae39aa17ea7e493976d5e00fc7a985d (diff)
downloadopenssl-282feebab32a2757c85910af0a200320805083a2.tar.gz
cmll-x86_64.pl: small buglet in CBC subroutine.
PR: 2035
Diffstat (limited to 'crypto/camellia')
-rw-r--r--crypto/camellia/asm/cmll-x86_64.pl2
1 files changed, 1 insertions, 1 deletions
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