Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93090
b: refs/heads/master
c: 461e6c8
h: refs/heads/master
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Apr 25, 2008
1 parent a589a93 commit 7c43825
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: 5b3f129c5592ca35b3fe8916767c58b98710478c
refs/heads/master: 461e6c856faf9cdd8862fa4d0785974a64e39dba
8 changes: 4 additions & 4 deletions trunk/include/linux/xfrm.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ struct xfrm_algo {
};

struct xfrm_algo_aead {
char alg_name[64];
int alg_key_len; /* in bits */
int alg_icv_len; /* in bits */
char alg_key[0];
char alg_name[64];
unsigned int alg_key_len; /* in bits */
unsigned int alg_icv_len; /* in bits */
char alg_key[0];
};

struct xfrm_stats {
Expand Down

0 comments on commit 7c43825

Please sign in to comment.