Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186845
b: refs/heads/master
c: aa1468b
h: refs/heads/master
i:
  186843: a536c51
v: v3
  • Loading branch information
Andrea Gelmini authored and Greg Kroah-Hartman committed Mar 4, 2010
1 parent fda2d4d commit 6b6348c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: a5a8695987b4c541f2003640d8583412b8c154ff
refs/heads/master: aa1468b3faca778274ed0a79da52613fee48672e
8 changes: 4 additions & 4 deletions trunk/drivers/staging/rt3070/md4.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ typedef struct _MD4_CTX_ {
u8 buffer[64]; /* input buffer */
} MD4_CTX;

void MD4Init (MD4_CTX *);
void MD4Update (MD4_CTX *, u8 *, UINT);
void MD4Final (u8 [16], MD4_CTX *);
void MD4Init(MD4_CTX *);
void MD4Update(MD4_CTX *, u8 *, UINT);
void MD4Final(u8 [16], MD4_CTX *);

#endif //__MD4_H__
#endif /*__MD4_H__*/

0 comments on commit 6b6348c

Please sign in to comment.