Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 329765
b: refs/heads/master
c: c9f97a2
h: refs/heads/master
i:
  329763: 6d1a7fa
v: v3
  • Loading branch information
Jussi Kivilinna authored and Herbert Xu committed Oct 4, 2012
1 parent 5bb7569 commit 6fcfbc1
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: 200429cc63399e99dd2abcdca5088559a911ef2b
refs/heads/master: c9f97a27ceee84998999bf3341e6d5d207b05539
2 changes: 1 addition & 1 deletion trunk/arch/x86/crypto/glue_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ static unsigned int __glue_cbc_encrypt_128bit(const common_glue_func_t fn,
nbytes -= bsize;
} while (nbytes >= bsize);

u128_xor((u128 *)walk->iv, (u128 *)walk->iv, iv);
*(u128 *)walk->iv = *iv;
return nbytes;
}

Expand Down

0 comments on commit 6fcfbc1

Please sign in to comment.