Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 329764
b: refs/heads/master
c: 200429c
h: refs/heads/master
v: v3
  • Loading branch information
Jussi Kivilinna authored and Herbert Xu committed Sep 27, 2012
1 parent 6d1a7fa commit 5bb7569
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 54216bbd76aa394c93a9e92c0a2e3b314391b134
refs/heads/master: 200429cc63399e99dd2abcdca5088559a911ef2b
2 changes: 1 addition & 1 deletion trunk/arch/x86/crypto/cast5_avx_glue.c
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ static unsigned int __cbc_encrypt(struct blkcipher_desc *desc,
nbytes -= bsize;
} while (nbytes >= bsize);

*(u64 *)walk->iv ^= *iv;
*(u64 *)walk->iv = *iv;
return nbytes;
}

Expand Down

0 comments on commit 5bb7569

Please sign in to comment.