Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3390
b: refs/heads/master
c: 23712b2
h: refs/heads/master
v: v3
  • Loading branch information
Domen Puncer authored and Linus Torvalds committed Jun 25, 2005
1 parent f64883f commit 3649a3e
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: ae49fe8655010616fa422273b34a1bfeaee57c1c
refs/heads/master: 23712b2fbf6b845289c1d41d929be0931fab2759
2 changes: 1 addition & 1 deletion trunk/lib/sha1.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ void sha_transform(__u32 *digest, const char *in, __u32 *W)
__u32 a, b, c, d, e, t, i;

for (i = 0; i < 16; i++)
W[i] = be32_to_cpu(((const __u32 *)in)[i]);
W[i] = be32_to_cpu(((const __be32 *)in)[i]);

for (i = 0; i < 64; i++)
W[i+16] = rol32(W[i+13] ^ W[i+8] ^ W[i+2] ^ W[i], 1);
Expand Down

0 comments on commit 3649a3e

Please sign in to comment.