Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3375
b: refs/heads/master
c: 40086ea
h: refs/heads/master
i:
  3373: 3f242e4
  3371: 8855f99
  3367: e46f1f5
  3359: b02852f
v: v3
  • Loading branch information
Domen Puncer authored and Linus Torvalds committed Jun 25, 2005
1 parent eea312b commit 5e4036f
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: c7c5844526f55b93fc9a44170cb7568c9bc95c4a
refs/heads/master: 40086ea17e8cf12112438b3a855f44b26f7cb385
2 changes: 1 addition & 1 deletion trunk/arch/i386/crypto/aes.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ struct aes_ctx {
};

#define WPOLY 0x011b
#define u32_in(x) le32_to_cpu(*(const u32 *)(x))
#define u32_in(x) le32_to_cpup((const __le32 *)(x))
#define bytes2word(b0, b1, b2, b3) \
(((u32)(b3) << 24) | ((u32)(b2) << 16) | ((u32)(b1) << 8) | (b0))

Expand Down

0 comments on commit 5e4036f

Please sign in to comment.