Skip to content

Commit

Permalink
cmll-x86_64.pl: small buglet in CBC subroutine.
Browse files Browse the repository at this point in the history
PR: 2035
  • Loading branch information
Andy Polyakov committed Sep 17, 2009
1 parent e9f613a commit 282feeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/camellia/asm/cmll-x86_64.pl
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ sub _rotl128 {
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
Expand Down

0 comments on commit 282feeb

Please sign in to comment.