From 3095e8e366b471f3bcdbf21c9c72a45718ff8756 Mon Sep 17 00:00:00 2001 From: Herbert Xu Date: Mon, 25 Jan 2016 10:29:33 +0800 Subject: eCryptfs: Use skcipher and shash This patch replaces uses of ablkcipher and blkcipher with skcipher, and the long obsolete hash interface with shash. Signed-off-by: Herbert Xu --- fs/ecryptfs/super.c | 1 - 1 file changed, 1 deletion(-) (limited to 'fs/ecryptfs/super.c') diff --git a/fs/ecryptfs/super.c b/fs/ecryptfs/super.c index afa1b81c3418..77a486d3a51b 100644 --- a/fs/ecryptfs/super.c +++ b/fs/ecryptfs/super.c @@ -29,7 +29,6 @@ #include #include #include -#include #include #include #include "ecryptfs_kernel.h" -- cgit v1.2.1