diff options
author | Eric Dumazet <eric.dumazet@gmail.com> | 2012-01-31 05:04:42 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-01-31 21:13:59 +0400 |
commit | a2d91241a80ec9bbc5ab24b9a2c4d730b3fa5730 (patch) | |
tree | a7f7806de977f4c0df5073c6eee1e0151d741b81 /include | |
parent | 6c05d25267ebb371c4311de6904f740342e82f7c (diff) | |
download | linux-a2d91241a80ec9bbc5ab24b9a2c4d730b3fa5730.tar.xz |
tcp: md5: remove obsolete md5_add() method
We no longer use md5_add() method from struct tcp_sock_af_ops
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/tcp.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h index 0118ea999f67..3c903462adf5 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h @@ -1462,10 +1462,6 @@ struct tcp_sock_af_ops { const struct sock *sk, const struct request_sock *req, const struct sk_buff *skb); - int (*md5_add) (struct sock *sk, - struct sock *addr_sk, - u8 *newkey, - u8 len); int (*md5_parse) (struct sock *sk, char __user *optval, int optlen); |