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>
This commit is contained in:
Herbert Xu
2016-01-24 21:20:23 +08:00
parent 5821c76970
commit cf80e0e47e
5 changed files with 55 additions and 41 deletions

View File

@@ -1,3 +1,4 @@
#include <linux/crypto.h>
#include <linux/err.h>
#include <linux/init.h>
#include <linux/kernel.h>