Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4182
b: refs/heads/master
c: a9df359
h: refs/heads/master
v: v3
  • Loading branch information
Herbert Xu authored and David S. Miller committed Jul 6, 2005
1 parent 1cc1894 commit 14897ab
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 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: a2a892a236d03a6e985471a7e57d1c863de144c8
refs/heads/master: a9df3597fec5472d0840fbfdc2a3fac5268f7d08
2 changes: 0 additions & 2 deletions trunk/crypto/des.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,10 @@
#define ROR(d,c,o) ((d) = (d) >> (c) | (d) << (o))

struct des_ctx {
u8 iv[DES_BLOCK_SIZE];
u32 expkey[DES_EXPKEY_WORDS];
};

struct des3_ede_ctx {
u8 iv[DES_BLOCK_SIZE];
u32 expkey[DES3_EDE_EXPKEY_WORDS];
};

Expand Down
1 change: 0 additions & 1 deletion trunk/crypto/serpent.c
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@
x4 ^= x2;

struct serpent_ctx {
u8 iv[SERPENT_BLOCK_SIZE];
u32 expkey[SERPENT_EXPKEY_WORDS];
};

Expand Down

0 comments on commit 14897ab

Please sign in to comment.