summaryrefslogtreecommitdiffstats
path: root/crypto/camellia
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2009-09-17 19:35:49 +0000
committerAndy Polyakov <appro@openssl.org>2009-09-17 19:35:49 +0000
commit13eca7d78230727f5114ea4b8abf449268e06604 (patch)
tree1d4e0d851fd71da2640de2240b980e34bfb080c3 /crypto/camellia
parentaf3d4e1b02c5e008801b481a4856abde70cfaf36 (diff)
cmll-x86_64.pl: small buglet in CBC subroutine [from HEAD].
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