diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2016-01-24 21:20:23 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2016-01-27 20:36:18 +0800 |
commit | cf80e0e47e0e7a8994dfadefec0e1395c622817a (patch) | |
tree | 65f0d15e1420f2a1567afea63b032ac7e55cb900 /net/ipv4/tcp_fastopen.c | |
parent | 5821c769706561da81e9fcec4a6ca6dbbb2f30cb (diff) |
tcp: Use ahash
This patch replaces uses of the long obsolete hash interface with
ahash.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Acked-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/tcp_fastopen.c')
-rw-r--r-- | net/ipv4/tcp_fastopen.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/tcp_fastopen.c b/net/ipv4/tcp_fastopen.c index 55be6ac70cff..4c65ca1a86d1 100644 --- a/net/ipv4/tcp_fastopen.c +++ b/net/ipv4/tcp_fastopen.c @@ -1,3 +1,4 @@ +#include <linux/crypto.h> #include <linux/err.h> #include <linux/init.h> #include <linux/kernel.h> |