diff options
Diffstat (limited to 'net/ipv4/tcp_ipv4.c')
-rw-r--r-- | net/ipv4/tcp_ipv4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c index b7d5522092eb..e9d467124c4d 100644 --- a/net/ipv4/tcp_ipv4.c +++ b/net/ipv4/tcp_ipv4.c | |||
@@ -1020,7 +1020,7 @@ static int tcp_v4_do_calc_md5_hash(char *md5_hash, struct tcp_md5sig_key *key, | |||
1020 | #ifdef CONFIG_TCP_MD5SIG_DEBUG | 1020 | #ifdef CONFIG_TCP_MD5SIG_DEBUG |
1021 | int i; | 1021 | int i; |
1022 | #endif | 1022 | #endif |
1023 | __u16 old_checksum; | 1023 | __sum16 old_checksum; |
1024 | struct tcp_md5sig_pool *hp; | 1024 | struct tcp_md5sig_pool *hp; |
1025 | struct tcp4_pseudohdr *bp; | 1025 | struct tcp4_pseudohdr *bp; |
1026 | struct hash_desc *desc; | 1026 | struct hash_desc *desc; |