Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181030
b: refs/heads/master
c: 5b37c19
h: refs/heads/master
v: v3
  • Loading branch information
Richard Hartmann authored and Herbert Xu committed Feb 16, 2010
1 parent c3c1366 commit a63a39c
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: a501121e30c4b41dbdae47302c1ebebc7821511a
refs/heads/master: 5b37c19e36de46d2a96ce127addb4c4bbaa4619a
2 changes: 1 addition & 1 deletion trunk/crypto/ecb.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ static int crypto_ecb_crypt(struct blkcipher_desc *desc,

do {
fn(crypto_cipher_tfm(tfm), wdst, wsrc);

wsrc += bsize;
wdst += bsize;
} while ((nbytes -= bsize) >= bsize);
Expand Down

0 comments on commit a63a39c

Please sign in to comment.